diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-08-11 14:25:04 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-08-11 14:25:04 +0000 |
commit | c9538c069f95043d9a922a7ca3d311f7e2b7fde7 (patch) | |
tree | 35e5a2f9791a56c6d551b8aeed460f3526f82383 /src/os/unix/ngx_errno.h | |
parent | 98ab9ce9883bd0c3985eaf248021b7a833db3d24 (diff) | |
download | nginx-c9538c069f95043d9a922a7ca3d311f7e2b7fde7.tar.gz nginx-c9538c069f95043d9a922a7ca3d311f7e2b7fde7.zip |
NGX_ENOPATH
Diffstat (limited to 'src/os/unix/ngx_errno.h')
-rw-r--r-- | src/os/unix/ngx_errno.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/unix/ngx_errno.h b/src/os/unix/ngx_errno.h index 3dbfa227e..379f36777 100644 --- a/src/os/unix/ngx_errno.h +++ b/src/os/unix/ngx_errno.h @@ -16,6 +16,7 @@ typedef int ngx_err_t; #define NGX_EPERM EPERM #define NGX_ENOENT ENOENT +#define NGX_ENOPATH ENOENT #define NGX_ESRCH ESRCH #define NGX_EINTR EINTR #define NGX_ECHILD ECHILD |