aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-03-09 22:36:06 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-03-09 22:36:06 +0000
commit02a6f887cb3e2c048937111eb4cf150d397609de (patch)
treee5c567d0e43149ab8d29e5f8d6465de9268e8f18 /ChangeLog
parentc6e013c15e0091edc49affd6ce26562845000dcd (diff)
downloadglibc-02a6f887cb3e2c048937111eb4cf150d397609de.tar.xz
glibc-02a6f887cb3e2c048937111eb4cf150d397609de.zip
Split enum __socket_type from bits/socket.h to bits/socket_type.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2e15f0a8e..1fed786c7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2012-03-09 Joseph Myers <joseph@codesourcery.com>
+ * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
+ * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
+ * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
+ from <bits/socket_type.h>.
+ (enum __socket_type): Don't define here.
+ * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
+ * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
+ bits/socket_type.h.
+
[BZ #13566]
* libio/stdio.h (gets): Always declare for C++ up to C++11 without
checking __USE_GNU.