mirror of git://sourceware.org/git/glibc.git
alpha: Define MSG_WAITFORONE.
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
3648b8073b
commit
8eb49e8ae8
|
@ -1,3 +1,7 @@
|
|||
2010-03-30 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/alpha/bits/socket.h (MSG_WAITFORONE): New.
|
||||
|
||||
2010-03-30 Matt Turner <mattst88@gmail.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/alpha/kernel-features.h: New.
|
||||
|
|
|
@ -232,6 +232,8 @@ enum
|
|||
#define MSG_NOSIGNAL MSG_NOSIGNAL
|
||||
MSG_MORE = 0x8000, /* Sender will send more. */
|
||||
#define MSG_MORE MSG_MORE
|
||||
MSG_WAITFORONE = 0x10000, /* Wait for at least one packet to return.*/
|
||||
#define MSG_WAITFORONE MSG_WAITFORONE
|
||||
|
||||
MSG_CMSG_CLOEXEC = 0x40000000 /* Set close_on_exit for file
|
||||
descriptor received through
|
||||
|
|
Loading…
Reference in New Issue