diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-04-20 07:00:43 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-20 07:00:43 +0000 |
commit | bb570859043557c5c1b20d933ff2e4c18d13c980 (patch) | |
tree | 3557e525fb733be86acca6932794700ed0ea3c94 /src/os/unix/ngx_errno.h | |
parent | 978dabaf1fdc2c8d190eaae1ff07f5100bf0e245 (diff) | |
download | nginx-bb570859043557c5c1b20d933ff2e4c18d13c980.tar.gz nginx-bb570859043557c5c1b20d933ff2e4c18d13c980.zip |
nginx-0.0.3-2004-04-20-11:00:43 import
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 e7028bb88..375b43d2f 100644 --- a/src/os/unix/ngx_errno.h +++ b/src/os/unix/ngx_errno.h @@ -9,6 +9,7 @@ typedef int ngx_err_t; #define NGX_ENOENT ENOENT +#define NGX_ESRCH ESRCH #define NGX_EINTR EINTR #define NGX_ECHILD ECHILD #define NGX_EACCES EACCES |