summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-09-18 11:51:19 +0000
committerUlrich Drepper <drepper@redhat.com>2002-09-18 11:51:19 +0000
commite17ec21131d07fc0beda17b275ae1a9b6bfb69e3 (patch)
tree786d6fd41a84c946bd15f4bdb4b439596b70843f /ChangeLog
parentace55c73dd0c94e3cd77f53a046b6128a14a45e1 (diff)
downloadglibc-e17ec21131d07fc0beda17b275ae1a9b6bfb69e3.tar.gz
glibc-e17ec21131d07fc0beda17b275ae1a9b6bfb69e3.tar.xz
glibc-e17ec21131d07fc0beda17b275ae1a9b6bfb69e3.zip
Update.
	* include/signal.h: Add libc_hidden_proto for __libc_sigaction.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73577f2e75..bed17fd9d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-09-18  Ulrich Drepper  <drepper@redhat.com>
 
+	* include/signal.h: Add libc_hidden_proto for __libc_sigaction.
+
 	* sysdeps/unix/sysv/linux/sigaction.c: If SIGCANCEL is defined
 	define sigaction and __sigaction as wrappers around
 	__libc_sigaction which rejects changing SIGCANCEL.