Two small updates to the syscallent lists.

Andreas.

2008-07-18  Andreas Schwab  <[EMAIL PROTECTED]>

        * linux/ia64/syscallent.h: Decode mincore syscall.

        * linux/powerpc/syscallent.h: Fix argument count for request_key.

Index: linux/ia64/syscallent.h
===================================================================
RCS file: /cvsroot/strace/strace/linux/ia64/syscallent.h,v
retrieving revision 1.33
diff -u -a -p -r1.33 syscallent.h
--- linux/ia64/syscallent.h     18 Jul 2008 01:23:49 -0000      1.33
+++ linux/ia64/syscallent.h     18 Jul 2008 09:45:24 -0000
@@ -1014,7 +1014,7 @@
        { 3,    TN,     sys_sendmsg,            "sendmsg"       }, /* 1205 */
        { 3,    TN,     sys_recvmsg,            "recvmsg"       }, /* 1206 */
        { 2,    TF,     sys_pivotroot,          "pivot_root"    }, /* 1207 */
-       { 3,    0,      printargs,              "mincore"       }, /* 1208 */
+       { 3,    0,      sys_mincore,            "mincore"       }, /* 1208 */
        { 3,    0,      sys_madvise,            "madvise"       }, /* 1209 */
        { 2,    TF,     sys_stat,               "stat"          }, /* 1210 */
        { 2,    0,      sys_lstat,              "lstat"         }, /* 1211 */
Index: linux/powerpc/syscallent.h
===================================================================
RCS file: /cvsroot/strace/strace/linux/powerpc/syscallent.h,v
retrieving revision 1.33
diff -u -a -p -r1.33 syscallent.h
--- linux/powerpc/syscallent.h  18 Jul 2008 01:23:49 -0000      1.33
+++ linux/powerpc/syscallent.h  18 Jul 2008 09:45:24 -0000
@@ -299,7 +299,7 @@
        { 3,    0,      sys_mq_getsetattr,      "mq_getsetattr"         }, /* 
267 */
        { 5,    0,      printargs,              "sys_kexec_load"        }, /* 
268 */
        { 5,    0,      printargs,              "add_key"               }, /* 
269 */
-       { 5,    0,      printargs,              "request_key"           }, /* 
270 */
+       { 4,    0,      printargs,              "request_key"           }, /* 
270 */
        { 5,    0,      printargs,              "keyctl"                }, /* 
271 */
        { 5,    TP,     sys_waitid,             "waitid"                }, /* 
272 */
        { 3,    0,      printargs,              "ioprio_set"            }, /* 
273 */

-- 
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to