comparison src/os/unix/ngx_errno.h @ 637:e60fe4cf1d4e release-0.3.40

nginx-0.3.40-RELEASE import *) Feature: the ngx_http_dav_module supports the MKCOL method. *) Feature: the "create_full_put_path" directive. *) Feature: the "$limit_rate" variable.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 19 Apr 2006 15:30:56 +0000
parents f971949ffb58
children 6d5c1535bb9d
comparison
equal deleted inserted replaced
636:21003753acbf 637:e60fe4cf1d4e
12 #include <ngx_core.h> 12 #include <ngx_core.h>
13 13
14 14
15 typedef int ngx_err_t; 15 typedef int ngx_err_t;
16 16
17 #define NGX_EPERM EPERM
17 #define NGX_ENOENT ENOENT 18 #define NGX_ENOENT ENOENT
18 #define NGX_ESRCH ESRCH 19 #define NGX_ESRCH ESRCH
19 #define NGX_EINTR EINTR 20 #define NGX_EINTR EINTR
20 #define NGX_ECHILD ECHILD 21 #define NGX_ECHILD ECHILD
21 #define NGX_ENOMEM ENOMEM 22 #define NGX_ENOMEM ENOMEM