]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo (MSG_TRUNC -> MSG_DONTWAIT).
authorUlrich Drepper <drepper@redhat.com>
Fri, 6 Aug 1999 23:01:27 +0000 (23:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 6 Aug 1999 23:01:27 +0000 (23:01 +0000)
sysdeps/unix/sysv/linux/bits/socket.h

index 056087b2f78fe2dd7440f079257bcab7065a5fe0..193067001f96e64d63ba1891e032e7f82cdd6c54 100644 (file)
@@ -179,7 +179,7 @@ enum
     MSG_TRUNC          = 0x20,
 #define        MSG_TRUNC       MSG_TRUNC
     MSG_DONTWAIT       = 0x40, /* Nonblocking IO.  */
-#define        MSG_DONTWAIT    MSG_TRUNC
+#define        MSG_DONTWAIT    MSG_DONTWAIT
     MSG_EOR            = 0x80, /* End of record.  */
 #define        MSG_EOR         MSG_EOR
     MSG_WAITALL                = 0x100, /* Wait for a full request.  */