summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-08-27 10:34:16 -0700
committerRoland McGrath <roland@hack.frob.com>2013-08-27 10:34:16 -0700
commit6fcf28b352c435ee3d1a975619c5ae31923c44eb (patch)
tree9f1dac7b263f957fac5d3641727b8bab1a28e154 /ChangeLog
parente041fb8b6557882b6710a655a97bbf3541b56b54 (diff)
downloadglibc-6fcf28b352c435ee3d1a975619c5ae31923c44eb.tar.gz
glibc-6fcf28b352c435ee3d1a975619c5ae31923c44eb.tar.xz
glibc-6fcf28b352c435ee3d1a975619c5ae31923c44eb.zip
Clean up __libc_sa_len helper.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6326ad58a9..91f99b6858 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.