aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_errno.h
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2013-09-02 08:07:44 +0400
committerValentin Bartenev <vbart@nginx.com>2013-09-02 08:07:44 +0400
commit231ed198e11efc5bf39bf2d02ddb1756a8ee2eec (patch)
treebe58f89cf3d6358515e73a7664d0e01dd9cda2d1 /src/os/unix/ngx_errno.h
parent3d7d48e52c4029c8a6e8ad710d8c4055b8da71ce (diff)
downloadnginx-231ed198e11efc5bf39bf2d02ddb1756a8ee2eec.tar.gz
nginx-231ed198e11efc5bf39bf2d02ddb1756a8ee2eec.zip
Added the NGX_EBADF define.
Diffstat (limited to 'src/os/unix/ngx_errno.h')
-rw-r--r--src/os/unix/ngx_errno.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/unix/ngx_errno.h b/src/os/unix/ngx_errno.h
index 1497c5f2f..6d1a4889a 100644
--- a/src/os/unix/ngx_errno.h
+++ b/src/os/unix/ngx_errno.h
@@ -50,6 +50,7 @@ typedef int ngx_err_t;
#define NGX_EILSEQ EILSEQ
#define NGX_ENOMOREFILES 0
#define NGX_ELOOP ELOOP
+#define NGX_EBADF EBADF
#if (NGX_HAVE_OPENAT)
#define NGX_EMLINK EMLINK