Sign in
nginx
/
nginx
/
c2bba092eb07ea5fcd2e2ee987e3a304f755a3c7
/
.
/
src
/
os
/
win32
/
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_ */