mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
Cygwin: sys/socket.h: define MSG_CMSG_CLOEXEC
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
6d2f1d79a8
commit
f6ce72e623
@ -204,6 +204,9 @@ struct OLD_msghdr
|
||||
/* Windows-specific flag values returned by recvmsg. */
|
||||
#define MSG_BCAST 0x0400 /* Broadcast datagram */
|
||||
#define MSG_MCAST 0x0800 /* Multicast datagram */
|
||||
/* AF_UNIX specific */
|
||||
#define MSG_CMSG_CLOEXEC 0x1000 /* Set O_CLOEXEC on fd's passed via
|
||||
SCM_RIGHTS */
|
||||
|
||||
/* Setsockoptions(2) level. Thanks to BSD these must match IPPROTO_xxx */
|
||||
#define SOL_IP 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user