diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-09-14 15:05:48 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-09-14 15:05:48 +0000 |
commit | fc54daadb100d3cb32d4d584dd73fca1d9e39509 (patch) | |
tree | 65a7b11ad069489ee8c8554ad824927f8eb51d59 /src/os/win32/ngx_files.h | |
parent | bd39d9f66bf17f367fdf10cc7b4a8641e199ec90 (diff) | |
download | nginx-fc54daadb100d3cb32d4d584dd73fca1d9e39509.tar.gz nginx-fc54daadb100d3cb32d4d584dd73fca1d9e39509.zip |
backout O_NOATIME support, it requires CAP_FOWNER capability
Diffstat (limited to 'src/os/win32/ngx_files.h')
-rw-r--r-- | src/os/win32/ngx_files.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os/win32/ngx_files.h b/src/os/win32/ngx_files.h index 57607e3e7..c42c055f3 100644 --- a/src/os/win32/ngx_files.h +++ b/src/os/win32/ngx_files.h @@ -42,7 +42,6 @@ #define NGX_FILE_CREATE_OR_OPEN OPEN_ALWAYS #define NGX_FILE_OPEN OPEN_EXISTING #define NGX_FILE_APPEND 0 -#define NGX_FILE_NOATIME 0 ngx_int_t ngx_file_append_mode(ngx_fd_t fd); |