hppa: Define MSG_WAITFORONE.

Signed-off-by: Carlos O'Donell <carlos@codesourcery.com>
This commit is contained in:
Carlos O'Donell 2010-03-31 13:52:39 -04:00
parent 848fa4a9c0
commit 3af825d53b
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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