]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Thu, 5 Jul 2007 19:28:52 +0000 (19:28 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 5 Jul 2007 19:28:52 +0000 (19:28 +0000)
ChangeLog

index b08038e84768737341145b3de7d79d3b8199a9fb..41c3172f55134d2117057fb0c97b3e31522b1f1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,24 @@
 2007-07-05  Roland McGrath  <roland@redhat.com>
 
+       * 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 <js@linuxtv.org>.
+
        * configure.ac: Check for struct sigcontext.sc_hi2.
        * signal.c (sys_sigreturn) [MIPS]: Use sc_hi2 vs sc_sigset if found.