Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-04-08 23:03:41 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-04-08 23:03:41 +0400
commit2ec2e35efe1bf1b704d0e9ca1fa9667d9a5a5447 (patch)
treeb91563a4b69ea5f23c6ffd217c650d0a6f7fc3c5 /src/os/win32/ngx_files.h
parent64851bb2aeef37a708ca34f74280c05cd38ad969 (diff)
adopt NGX_FILE_TRUNCATE for win32
Diffstat (limited to 'src/os/win32/ngx_files.h')
-rw-r--r--src/os/win32/ngx_files.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/win32/ngx_files.h b/src/os/win32/ngx_files.h
index 5efd0fe1a..2efbc2043 100644
--- a/src/os/win32/ngx_files.h
+++ b/src/os/win32/ngx_files.h
@@ -67,6 +67,7 @@ ngx_fd_t ngx_open_file(u_char *name, u_long mode, u_long create, u_long access);
#define NGX_FILE_CREATE_OR_OPEN OPEN_ALWAYS
#define NGX_FILE_OPEN OPEN_EXISTING
+#define NGX_FILE_TRUNCATE CREATE_ALWAYS
#define NGX_FILE_DEFAULT_ACCESS 0
#define NGX_FILE_OWNER_ACCESS 0