From c9538c069f95043d9a922a7ca3d311f7e2b7fde7 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 11 Aug 2009 14:25:04 +0000 Subject: NGX_ENOPATH --- 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 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 -- cgit v1.2.3