From d365af4a15a86f4d3f2774b197ef417dbce8a164 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 11 May 2004 16:16:13 +0000 Subject: nginx-0.0.3-2004-05-11-20:16:13 import --- src/os/unix/ngx_files.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/os/unix/ngx_files.h') diff --git a/src/os/unix/ngx_files.h b/src/os/unix/ngx_files.h index afc5367a3..9fe837092 100644 --- a/src/os/unix/ngx_files.h +++ b/src/os/unix/ngx_files.h @@ -19,6 +19,7 @@ #define NGX_FILE_RDWR O_RDWR #define NGX_FILE_CREATE_OR_OPEN O_CREAT #define NGX_FILE_OPEN 0 +#define NGX_FILE_TRUNCATE O_TRUNC #define NGX_FILE_APPEND O_APPEND -- cgit v1.2.3