diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2002-09-02 14:48:24 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2002-09-02 14:48:24 +0000 |
| commit | a58e3ca14300fce97b2124233afe140c8d59199f (patch) | |
| tree | d24eff379cc7dfb5c6952f1bb15735cd63ba2179 /src/os/unix/ngx_files.h | |
| parent | 016b85270268989d769bade2004a7c628a47d726 (diff) | |
| download | nginx-a58e3ca14300fce97b2124233afe140c8d59199f.tar.gz nginx-a58e3ca14300fce97b2124233afe140c8d59199f.tar.bz2 | |
nginx-0.0.1-2002-09-02-18:48:24 import
Diffstat (limited to '')
| -rw-r--r-- | src/os/unix/ngx_files.h (renamed from src/os/unix/ngx_file.h) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/os/unix/ngx_file.h b/src/os/unix/ngx_files.h index 33ba6d8cb..9369db055 100644 --- a/src/os/unix/ngx_file.h +++ b/src/os/unix/ngx_files.h @@ -1,5 +1,5 @@ -#ifndef _NGX_FILE_H_INCLUDED_ -#define _NGX_FILE_H_INCLUDED_ +#ifndef _NGX_FILES_H_INCLUDED_ +#define _NGX_FILES_H_INCLUDED_ #include <sys/types.h> @@ -12,7 +12,6 @@ typedef struct stat ngx_file_info_t; #define ngx_open_file open #define ngx_open_file_n "open()" -#define ngx_read_file read #define ngx_read_file_n "read()" #define NGX_FILE_RDONLY O_RDONLY @@ -29,4 +28,4 @@ typedef struct stat ngx_file_info_t; #define ngx_file_mtime(sb) sb.st_mtime -#endif /* _NGX_FILE_H_INCLUDED_ */ +#endif /* _NGX_FILES_H_INCLUDED_ */ |
