]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 31 Mar 1998 21:20:32 +0000 (21:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 31 Mar 1998 21:20:32 +0000 (21:20 +0000)
1998-03-31  Ulrich Drepper  <drepper@cygnus.com>

* sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
macros.

ChangeLog
sysdeps/unix/sysv/linux/bits/socket.h

index 7bac03b434c78c327e9180e28f30abd48c0ffcbc..b84da8ae878e7045c2150c873462862f7edf2142 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
+       macros.
+
 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
 
        * include/mntent.h: New file.
index 91eec61d2848145d83a827bccef7ed037076b9d0..ddf1a64a2f0a8f4a5e0160c8cc13668a5852bd0b 100644 (file)
@@ -130,10 +130,15 @@ struct sockaddr
 enum
   {
     MSG_OOB            = 0x01, /* Process out-of-band data.  */
+#define MSG_OOB                MSG_OOB
     MSG_PEEK           = 0x02, /* Peek at incoming messages.  */
+#define MSG_PEEK       MSG_PEEK
     MSG_DONTROUTE      = 0x04, /* Don't use local routing.  */
+#define MSG_DONTROUTE  MSG_DONTROUTE
     MSG_CTRUNC         = 0x08, /* Control data lost before delivery.  */
+#define MSG_CTRUNC     MSG_CTRUNC
     MSG_PROXY          = 0x10  /* Supply or ask second address.  */
+#define MSG_PROXY      MSG_PROXY
   };
 
 
This page took 0.054409 seconds and 5 git commands to generate.