]> git.kaiwu.me - nginx.git/commit
Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are set
authorIgor Sysoev <igor@sysoev.ru>
Tue, 31 Mar 2009 13:52:01 +0000 (13:52 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 31 Mar 2009 13:52:01 +0000 (13:52 +0000)
commit24c2787163e79a9d58e855109c15284a4e659483
treecc48efc06765f3932f96eabc2f2f1f9896c7bb56
parentfadc7a7e810874b95bb934aa107bfe0a795347d3
Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are set
without any other flags. On the other hand, Unix requires at least the write
flag to be set together with O_APPEND.
src/core/ngx_cycle.c
src/core/ngx_log.c
src/core/ngx_open_file_cache.c
src/os/unix/ngx_files.h