diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-01-18 20:37:19 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-01-18 20:37:19 +0000 |
commit | a3eef70783164098f2720826e33b69ba8a6ccc7d (patch) | |
tree | e5b4826fa58c5105ef45e364ccc3966983b19c16 /src/os/unix/ngx_files.h | |
parent | 4a27d0f3f81db83940f7ff8fca3425767b1786ac (diff) | |
download | nginx-a3eef70783164098f2720826e33b69ba8a6ccc7d.tar.gz nginx-a3eef70783164098f2720826e33b69ba8a6ccc7d.zip |
NGX_FILE_WRONLY
Diffstat (limited to 'src/os/unix/ngx_files.h')
-rw-r--r-- | src/os/unix/ngx_files.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/unix/ngx_files.h b/src/os/unix/ngx_files.h index e05cb4409..c4eccf1fe 100644 --- a/src/os/unix/ngx_files.h +++ b/src/os/unix/ngx_files.h @@ -22,6 +22,7 @@ #define ngx_open_file_n "open()" #define NGX_FILE_RDONLY O_RDONLY +#define NGX_FILE_WRONLY O_WRONLY #define NGX_FILE_RDWR O_RDWR #define NGX_FILE_CREATE_OR_OPEN O_CREAT #define NGX_FILE_OPEN 0 |