]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Fri, 2 Dec 2005 03:57:20 +0000 (03:57 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 2 Dec 2005 03:57:20 +0000 (03:57 +0000)
ChangeLog

index 5c07dbc2ed1ffa50d04729ef94b9f2137e3d330b..dae7952edfed3b9c590e8ae0605cd4b60655b87b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
+2005-12-01  Roland McGrath  <roland@redhat.com>
+
+       * ipc.c (indirect_ipccall): New function.
+       (sys_msgctl, sys_msgsnd, sys_msgrcv, sys_semop): Use that predicate
+       instead of #ifdef LINUX test.
+       [LINUX] (sys_semtimedop): Likewise.
+       (sys_shmctl, sys_shmat, sys_shmdt): Likewise.
+       Fixes RH#164755.
+
 2005-07-31  Ulrich Drepper  <drepper@redhat.com>
 
+       * linux/x86_64/syscallent.h: Fix syscall parameter count for msgrcv and
+       msgctl.
+
        * ipc.c (sys_msgrcv): Add entering handling and print first parameter
        there.
        Fixes RH#164757.