2010/4/6 Igor Sysoev <igor at sysoev.ru>: > Now this warning will always be issued on Linux: nginx has to use > sys_errlist[]/sys_nerr because both strerror() and strerror_r() are not > signal safe. Do you think if it is a good idea to use deprecated elements in nginx? Maybe, it is better to generate ngx_sys_errlist on start/compilation and use it? -- Boris Dolgov.