From: Carlos O'Donell Date: Wed, 31 Mar 2010 17:52:39 +0000 (-0400) Subject: hppa: Define MSG_WAITFORONE. X-Git-Tag: upstream/2.20~3636^2~487 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3af825d53bb0c7c75df9518e3f8fbac31cc39ff4;p=platform%2Fupstream%2Flinaro-glibc.git hppa: Define MSG_WAITFORONE. Signed-off-by: Carlos O'Donell --- diff --git a/ChangeLog.hppa b/ChangeLog.hppa index 9fd9f89..7dd7ce6 100644 --- a/ChangeLog.hppa +++ b/ChangeLog.hppa @@ -1,3 +1,8 @@ +2010-03-30 Carlos O'Donell + + * sysdeps/unix/sysv/linux/hppa/bits/socket.h: Define + MSG_WAITFORONE. + 2010-02-17 Matt Turner * sysdeps/unix/sysv/linux/hppa/bits/socket.h: Actually fix diff --git a/sysdeps/unix/sysv/linux/hppa/bits/socket.h b/sysdeps/unix/sysv/linux/hppa/bits/socket.h index 819b398..05814a0 100644 --- a/sysdeps/unix/sysv/linux/hppa/bits/socket.h +++ b/sysdeps/unix/sysv/linux/hppa/bits/socket.h @@ -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