From 160d774afcf3cdd4f999489211eb9d78bf82439a Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 19 Nov 2003 16:26:41 +0000 Subject: nginx-0.0.1-2003-11-19-19:26:41 import --- src/os/unix/ngx_errno.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/os/unix/ngx_errno.h') diff --git a/src/os/unix/ngx_errno.h b/src/os/unix/ngx_errno.h index d0f255a4e..a7326b613 100644 --- a/src/os/unix/ngx_errno.h +++ b/src/os/unix/ngx_errno.h @@ -19,6 +19,7 @@ typedef int ngx_err_t; #define NGX_ECONNRESET ECONNRESET #define NGX_ETIMEDOUT ETIMEDOUT #define NGX_ECANCELED ECANCELED +#define NGX_ECHILD ECHILD #define NGX_ENOMOREFILES 0 -- cgit