]> git.kaiwu.me - nginx.git/commit
Removed conditional compilation from waitpid() error test.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 18 Oct 2012 14:48:33 +0000 (14:48 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 18 Oct 2012 14:48:33 +0000 (14:48 +0000)
commit106dbc8d76f6fdc626f61aaafddfdd18b159b8d5
treed81cae2b0088ecd1392444fb0f4b92daa20f9203
parent27b7eb17d081340515cd7ee3771d68af1c6d8267
Removed conditional compilation from waitpid() error test.

There are reports that call to a signal handler for an exited process
despite waitpid() already called for the process may happen on Linux
as well.
src/os/unix/ngx_process.c