Sign in
nginx
/
nginx
/
369145cef1971e4273dc59340689c2d96f84d18a
/
.
/
src
/
os
/
win32
/
ngx_recv.h
blob: e92832cc750da1ecedd1e51a31e1477f2c7c8b8a [
file
] [
log
] [
blame
]
#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_ */