summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
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.