diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-08-27 10:34:16 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-08-27 10:34:16 -0700 |
commit | 6fcf28b352c435ee3d1a975619c5ae31923c44eb (patch) | |
tree | 9f1dac7b263f957fac5d3641727b8bab1a28e154 /ChangeLog | |
parent | e041fb8b6557882b6710a655a97bbf3541b56b54 (diff) | |
download | glibc-6fcf28b352c435ee3d1a975619c5ae31923c44eb.tar glibc-6fcf28b352c435ee3d1a975619c5ae31923c44eb.tar.gz glibc-6fcf28b352c435ee3d1a975619c5ae31923c44eb.tar.bz2 glibc-6fcf28b352c435ee3d1a975619c5ae31923c44eb.zip |
Clean up __libc_sa_len helper.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2013-08-27 Roland McGrath <roland@hack.frob.com> + * socket/sa_len.c: New file. + * socket/Makefile (aux): Add it. + * sysdeps/unix/sysv/linux/Makefile + [$(subdir) = socket] (sysdep_routines): Don't add sa_len here. + * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H + and #include <socket/sa_len.c>. + * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define + HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>. + * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ... * bits/socket.h: ... here. |