mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 02:33:36 +08:00
hppa: Define MSG_WAITFORONE.
Signed-off-by: Carlos O'Donell <carlos@codesourcery.com>
This commit is contained in:
parent
848fa4a9c0
commit
3af825d53b
@ -1,3 +1,8 @@
|
||||
2010-03-30 Carlos O'Donell <carlos@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/hppa/bits/socket.h: Define
|
||||
MSG_WAITFORONE.
|
||||
|
||||
2010-02-17 Matt Turner <mattst88@gmail.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/hppa/bits/socket.h: Actually fix
|
||||
|
@ -233,6 +233,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
Block a user