From: Roland McGrath Date: Thu, 5 Jul 2007 19:28:52 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a41eb90022ec00703f272bcaa4d21c38f9430209;p=strace . --- diff --git a/ChangeLog b/ChangeLog index b08038e8..41c3172f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,24 @@ 2007-07-05 Roland McGrath + * linux/syscallent.h: Fix sys_delete_module arg 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/mips/syscallent.h: Likewise. + * linux/powerpc/syscallent.h: Likewise. + * linux/s390/syscallent.h: Likewise. + * linux/s390x/syscallent.h: Likewise. + * linux/sh/syscallent.h: Likewise. + * linux/sh64/syscallent.h: Likewise. + * linux/sparc/syscallent.h: Likewise. + * linux/sparc64/syscallent.h: Likewise. + * linux/sparc64/syscallent2.h: Likewise. + * linux/x86_64/syscallent.h: Likewise. + * linux/dummy.h (sys_delete_module): Use sys_open. + From Johannes Stezenbach . + * configure.ac: Check for struct sigcontext.sc_hi2. * signal.c (sys_sigreturn) [MIPS]: Use sc_hi2 vs sc_sigset if found.