Sign in
nginx
/
nginx
/
de8fcead5e89f4139f1dbfe1407aac8ba4ada333
/
.
/
src
/
os
/
unix
/
ngx_recv.h
blob: e92832cc750da1ecedd1e51a31e1477f2c7c8b8a [
file
]
#ifndef
_NGX_RECV_H_INCLUDED_
#define
_NGX_RECV_H_INCLUDED_
#include
<errno.h>
#define
ngx_recv
(
fd
,
buf
,
size
,
flags
)
recv
(
fd
,
buf
,
size
,
flags
)
#endif
/* _NGX_RECV_H_INCLUDED_ */