summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-09-18 08:27:02 +0000
committerUlrich Drepper <drepper@redhat.com>2002-09-18 08:27:02 +0000
commitace55c73dd0c94e3cd77f53a046b6128a14a45e1 (patch)
tree910f71d06e0e63519bc4fa23593cc32a8bb350e5 /ChangeLog
parentb7cb624be9f0a59198e1a5f44cdee0a215440d27 (diff)
downloadglibc-ace55c73dd0c94e3cd77f53a046b6128a14a45e1.tar.gz
glibc-ace55c73dd0c94e3cd77f53a046b6128a14a45e1.tar.xz
glibc-ace55c73dd0c94e3cd77f53a046b6128a14a45e1.zip
Update.
	* sysdeps/unix/sysv/linux/sigaction.c: If SIGCANCEL is defined
	define sigaction and __sigaction as wrappers around
	__libc_sigaction which rejects changing SIGCANCEL.
	* sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 289c35de1a..73577f2e75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2002-09-18  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/linux/sigaction.c: If SIGCANCEL is defined
+	define sigaction and __sigaction as wrappers around
+	__libc_sigaction which rejects changing SIGCANCEL.
+	* sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
+
 	* sysdeps/unix/sysv/linux/i386/clone.S: Add support for SETTLS and
 	SETTID/CLEARTID.