comparison src/os/unix/ngx_socket.h @ 3:34a521b1a148

nginx-0.0.1-2002-08-20-18:48:28 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 20 Aug 2002 14:48:28 +0000
parents ffffe1499bce
children 669801705ab1
comparison
equal deleted inserted replaced
2:ffffe1499bce 3:34a521b1a148
10 #define ngx_init_sockets 10 #define ngx_init_sockets
11 11
12 #define ngx_nonblocking(s) fcntl(s, F_SETFL, O_NONBLOCK) 12 #define ngx_nonblocking(s) fcntl(s, F_SETFL, O_NONBLOCK)
13 #define ngx_nonblocking_n "fcntl (O_NONBLOCK)" 13 #define ngx_nonblocking_n "fcntl (O_NONBLOCK)"
14 14
15 #define ngx_close_socket close
16 #define ngx_close_socket_n "close"
17
15 18
16 #endif /* _NGX_SOCKET_H_INCLUDED_ */ 19 #endif /* _NGX_SOCKET_H_INCLUDED_ */