nginx/src/os
Maxim Dounin 13717da19e Unlock of shared memory zones on process crash.
If process exited abnormally while holding lock on some shared memory zone -
unlock it.  It may be not safe thing to do (as crash with lock held may
result in corrupted shared memory structure, and other processes will
subsequently crash while trying to access shared data), therefore complain
loudly if unlock succeeds.
2011-11-23 14:09:19 +00:00
..
unix Unlock of shared memory zones on process crash. 2011-11-23 14:09:19 +00:00
win32 Introduction of simple ngx_write_stderr() instead of ngx_log_stderr() 2011-11-14 14:59:00 +00:00