Sign in
nginx
/
nginx
/
25b36fedf72139617dc172dbca887888b258698d
/
.
/
src
/
os
/
unix
/
ngx_recv.h
blob: 01d662fec60a30fa52006772d6368f86be9bdef6 [
file
] [
log
] [
blame
]
#ifndef
_NGX_RECV_H_INCLUDED_
#define
_NGX_RECV_H_INCLUDED_
#if 0
#include
<errno.h>
#define
ngx_recv
(
fd
,
buf
,
size
,
flags
)
recv
(
fd
,
buf
,
size
,
flags
)
#endif
#endif
/* _NGX_RECV_H_INCLUDED_ */