comparison src/os/unix/ngx_errno.h @ 5355:32847478c2c1

Added the NGX_EBADF define.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 02 Sep 2013 08:07:44 +0400
parents e8bca8397625
children 91bd62a9627e
comparison
equal deleted inserted replaced
5354:62be77b0608f 5355:32847478c2c1
48 #define NGX_ENOSYS ENOSYS 48 #define NGX_ENOSYS ENOSYS
49 #define NGX_ECANCELED ECANCELED 49 #define NGX_ECANCELED ECANCELED
50 #define NGX_EILSEQ EILSEQ 50 #define NGX_EILSEQ EILSEQ
51 #define NGX_ENOMOREFILES 0 51 #define NGX_ENOMOREFILES 0
52 #define NGX_ELOOP ELOOP 52 #define NGX_ELOOP ELOOP
53 #define NGX_EBADF EBADF
53 54
54 #if (NGX_HAVE_OPENAT) 55 #if (NGX_HAVE_OPENAT)
55 #define NGX_EMLINK EMLINK 56 #define NGX_EMLINK EMLINK
56 #endif 57 #endif
57 58