diff options
Diffstat (limited to 'src/os/unix/ngx_file.h')
-rw-r--r-- | src/os/unix/ngx_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_file.h b/src/os/unix/ngx_file.h index 5fda89624..33ba6d8cb 100644 --- a/src/os/unix/ngx_file.h +++ b/src/os/unix/ngx_file.h @@ -5,7 +5,7 @@ #include <sys/types.h> #include <sys/stat.h> -typedef int ngx_file_t; +typedef int ngx_fd_t; typedef struct stat ngx_file_info_t; |