diff options
| author | Joseph Myers <joseph@codesourcery.com> | 2012-03-09 22:36:06 +0000 |
|---|---|---|
| committer | Joseph Myers <joseph@codesourcery.com> | 2012-03-09 22:36:06 +0000 |
| commit | 02a6f887cb3e2c048937111eb4cf150d397609de (patch) | |
| tree | e5c567d0e43149ab8d29e5f8d6465de9268e8f18 /ChangeLog | |
| parent | c6e013c15e0091edc49affd6ce26562845000dcd (diff) | |
| download | glibc-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |
