summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 31ca2c1dd8..08da669821 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,7 +1,10 @@
2006-04-13 Joel Sherrill <joel@OARcorp.com>
PR 949/networking
- * libnetworking/sys/socket.h:
+ * libnetworking/sys/socket.h: GNU/Linux is wrong in making
+ MSG_DONTWAIT public. It is strictly BSD and not SUSV. See
+ http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/socket.h.html
+ for clarification.
2006-04-12 Lars Munch <lars@segv.dk>