summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_errno.h')
-rw-r--r--src/nxt_errno.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_errno.h b/src/nxt_errno.h
index b3d7105a..e3ce8349 100644
--- a/src/nxt_errno.h
+++ b/src/nxt_errno.h
@@ -45,6 +45,7 @@ typedef int nxt_err_t;
#define NXT_EILSEQ EILSEQ
#define NXT_ETIME ETIME
#define NXT_ENOMOREFILES 0
+#define NXT_ENOBUFS ENOBUFS
#if (NXT_HPUX)
/* HP-UX uses EWOULDBLOCK instead of EAGAIN. */