summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-08-27 10:32:30 -0700
committerRoland McGrath <roland@hack.frob.com>2013-08-27 10:32:30 -0700
commit8cc3269f95fa7faa8f448d741f68cbc40efbf4ee (patch)
tree40bc35ac079df256442f853f5d45486e8c86d246 /ChangeLog
parent45b8acccaf43ec06d31413c75a8f1737ae3ff0e2 (diff)
downloadglibc-8cc3269f95fa7faa8f448d741f68cbc40efbf4ee.tar.gz
glibc-8cc3269f95fa7faa8f448d741f68cbc40efbf4ee.tar.xz
glibc-8cc3269f95fa7faa8f448d741f68cbc40efbf4ee.zip
Flesh out 4.4 bits/socket.h with SOCK_CLOEXEC, SOCK_NONBLOCK.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9cf3780ff..d565a692b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-08-27  Roland McGrath  <roland@hack.frob.com>
+
+	* sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
+	Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
+	(SOCK_MAX, SOCK_TYPE_MASK): New macros.
+
 2013-08-27  Andreas Schwab  <schwab@suse.de>
 
 	[BZ #15736]