about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-11-01 20:48:37 +0000
committerRoland McGrath <roland@gnu.org>2002-11-01 20:48:37 +0000
commit15deb6b3b4f3e1f65fe25acab1d0b4317bcb51a8 (patch)
tree8863acbf8ab508652b871d038b76d719109b5447 /ChangeLog
parentc88fccbef1a9046476ba7882c6240e372d52cd03 (diff)
downloadglibc-15deb6b3b4f3e1f65fe25acab1d0b4317bcb51a8.tar.gz
glibc-15deb6b3b4f3e1f65fe25acab1d0b4317bcb51a8.tar.xz
glibc-15deb6b3b4f3e1f65fe25acab1d0b4317bcb51a8.zip
* sysdeps/gnu/siglist.c (PTR_SIZE_STR): Remove.
	(__old_sys_siglist, __old_sys_sigabbrev): Use strong_alias and
	declare_symbol.
	* sysdeps/mach/hurd/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
	(OLD_SIGLIST_SIZE): Define.
	* sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
	(OLD_SIGLIST_SIZE): Define.
	* sysdeps/unix/sysv/linux/arm/siglist.c: Remove.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afb30a7a3a..88f98d8341 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2002-10-29  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/gnu/siglist.c (PTR_SIZE_STR): Remove.
+	(__old_sys_siglist, __old_sys_sigabbrev): Use strong_alias and
+	declare_symbol.
+	* sysdeps/mach/hurd/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
+	(OLD_SIGLIST_SIZE): Define.
+	* sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
+	(OLD_SIGLIST_SIZE): Define.
+	* sysdeps/unix/sysv/linux/arm/siglist.c: Remove.
+
 2002-11-01  Jakub Jelinek  <jakub@redhat.com>
 
 	* sysdeps/ia64/strncpy.S: Fix recovery code.