]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Wed, 20 Aug 2008 01:59:42 +0000 (01:59 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 20 Aug 2008 01:59:42 +0000 (01:59 +0000)
ChangeLog

index b95d99f94148d8b240a15116aa3c8d94c87757eb..6e05242992daccb6f0c47e44c4398120ec2e1bfc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-19  Roland McGrath  <roland@redhat.com>
+
+       * signal.c (sys_sigaction, sys_rt_sigaction): Don't omit the rest of
+       the struct after sa_handler is a known constant.  Some sa_flags bits
+       have meaning even for SIG_IGN/SIG_DFL.
+
 2008-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * util.c (CLONE_VM): Define if not defined already.
@@ -27,7 +33,7 @@
 
        * configure.ac: Add AC_HEADER_STDBOOL.
        * defs.h [HAVE_STDBOOL_H]: #include <stdbool.h>.
-       Fixes Debian##492774.
+       Fixes Debian#492774.
 
 2008-07-24  Dmitry V. Levin <ldv@altlinux.org>