From: Roland McGrath Date: Tue, 20 May 2008 01:43:56 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9416743f111defc7f310bb8ca3033a5964f1d088;p=strace . --- diff --git a/ChangeLog b/ChangeLog index e1223684..5408615b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-05-19 Roland McGrath + * signal.c (sys_kill): When current personality's wordsize is smaller + than native, sign-extend the PID argument from 32 bits. + Fixes RH#430585. + * configure.ac: Add check for struct sigcontext_struct in . * signal.c [! HAVE_ASM_SIGCONTEXT_H] [I386] (struct sigcontext_struct): Conditionalize definition on !HAVE_STRUCT_SIGCONTEXT_STRUCT.