commit | 24c2787163e79a9d58e855109c15284a4e659483 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Mar 31 13:52:01 2009 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Mar 31 13:52:01 2009 +0000 |
tree | cc48efc06765f3932f96eabc2f2f1f9896c7bb56 | |
parent | fadc7a7e810874b95bb934aa107bfe0a795347d3 [diff] |
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.