From: Roland McGrath Date: Wed, 20 Aug 2008 01:59:42 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=459ea0b0535fba0019eab2634963e49e623bafab;p=strace . --- diff --git a/ChangeLog b/ChangeLog index b95d99f9..6e052429 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-08-19 Roland McGrath + + * 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 * 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 . - Fixes Debian##492774. + Fixes Debian#492774. 2008-07-24 Dmitry V. Levin