comparison src/os/unix/ngx_recv.h @ 91:637625a2acdb

nginx-0.0.1-2003-05-19-20:39:14 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 May 2003 16:39:14 +0000
parents d220029ac7f3
children
comparison
equal deleted inserted replaced
90:37530da31268 91:637625a2acdb
1 #ifndef _NGX_RECV_H_INCLUDED_ 1 #ifndef _NGX_RECV_H_INCLUDED_
2 #define _NGX_RECV_H_INCLUDED_ 2 #define _NGX_RECV_H_INCLUDED_
3 3
4 4
5 #if 0
5 #include <errno.h> 6 #include <errno.h>
6 7
7 #define ngx_recv(fd, buf, size, flags) recv(fd, buf, size, flags) 8 #define ngx_recv(fd, buf, size, flags) recv(fd, buf, size, flags)
9 #endif
8 10
9 11
10 #endif /* _NGX_RECV_H_INCLUDED_ */ 12 #endif /* _NGX_RECV_H_INCLUDED_ */