From: Roland McGrath Date: Fri, 18 Jul 2008 01:24:21 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff6b94cec64c363b763b6ee7440db918f8ed53b8;p=strace . --- diff --git a/ChangeLog b/ChangeLog index fe539aae..5163ccca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,19 @@ 2008-07-17 Roland McGrath + * linux/syscallent.h: Fix "futex" argument count. + * linux/alpha/syscallent.h: Likewise. + * linux/arm/syscallent.h: Likewise. + * linux/hppa/syscallent.h: Likewise. + * linux/ia64/syscallent.h: Likewise. + * linux/m68k/syscallent.h: Likewise. + * linux/powerpc/syscallent.h: Likewise. + * linux/s390/syscallent.h: Likewise. + * linux/s390x/syscallent.h: Likewise. + * linux/sparc/syscallent.h: Likewise. + * linux/x86_64/syscallent.h: Likewise. + From Ulrich Drepper . + Fixes RH#448629. + * signal.c (sigact_flags): Prefer SA_NODEFER to SA_NOMASK, SA_RESETHAND to SA_ONESHOT. Fixes RH#455821.