comparison src/os/unix/ngx_errno.h @ 186:54aabf2b0bc6 NGINX_0_3_40

nginx 0.3.40 *) 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 <http://sysoev.ru>
date Wed, 19 Apr 2006 00:00:00 +0400
parents 13710a1813ad
children 56688ed172c8
comparison
equal deleted inserted replaced
185:a9c5dc369ffe 186:54aabf2b0bc6
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