]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Fri, 18 Jul 2008 01:24:21 +0000 (01:24 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 18 Jul 2008 01:24:21 +0000 (01:24 +0000)
ChangeLog

index fe539aae9d73f1d057eae8f49efb4abf6e3aa2e4..5163ccca6288aef5d55ddfb0a9c00136bd7ebf61 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
 2008-07-17  Roland McGrath  <roland@redhat.com>
 
+       * 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 <drepper@redhat.com>.
+       Fixes RH#448629.
+
        * signal.c (sigact_flags): Prefer SA_NODEFER to SA_NOMASK,
        SA_RESETHAND to SA_ONESHOT.
        Fixes RH#455821.