]> sourceware.org Git - glibc.git/commitdiff
alpha: Define MSG_WAITFORONE.
authorRichard Henderson <rth@twiddle.net>
Tue, 30 Mar 2010 14:50:27 +0000 (07:50 -0700)
committerRichard Henderson <rth@twiddle.net>
Tue, 30 Mar 2010 14:50:27 +0000 (07:50 -0700)
Signed-off-by: Richard Henderson <rth@twiddle.net>
ChangeLog.alpha
sysdeps/unix/sysv/linux/alpha/bits/socket.h

index c1be819c1874bfdd116f0a45c82c90e9812113b3..80c57d3c2c79f3cf5b030eea90207a80d15e57fd 100644 (file)
@@ -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.
index dedf8bc8be20ca5a3f0412dc06050c12002ae66d..a39629cc53d4180bcc136658f95d2a09f52392ac 100644 (file)
@@ -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
This page took 0.047097 seconds and 5 git commands to generate.