]> granicus.if.org Git - strace/commitdiff
2007-09-11 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Wed, 12 Sep 2007 01:26:24 +0000 (01:26 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 12 Sep 2007 01:26:24 +0000 (01:26 +0000)
* linux/sparc/syscall.h: Add missing decls.
* linux/sparc/syscallent.h: Correct entries for setgroups32,
getgroups32, sys_getdents64.
From Jakub Bogusz <qboosh@pld-linux.org>.

linux/sparc/syscall.h
linux/sparc/syscallent.h

index a21f9ff829821437a2465df13916f9597cfaf88b..7fed2863be6df0d4d1db147d01b778a59241e10e 100644 (file)
@@ -107,6 +107,7 @@ int sys_rt_sigpending(), sys_rt_sigsuspend(), sys_rt_sigqueueinfo();
 int sys_rt_sigtimedwait(), sys_prctl(), sys_poll();
 int sys_sendfile(), sys_query_module(), sys_capget(), sys_capset();
 int sys_create_module(), sys_init_module();
+int sys_setgroups32(), sys_getgroups32();
 
 int    sys_umask();            /* XXX */
 
@@ -203,4 +204,14 @@ int        sys_fstatfs64(), sys_clock_settime(), sys_clock_gettime();
 int    sys_clock_getres(), sys_clock_nanosleep();
 int    sys_timer_create(), sys_timer_settime(), sys_timer_gettime();
 
+int    sys_io_setup(), sys_io_destroy(), sys_io_submit(), sys_io_cancel(), sys_io_getevents();
+int    sys_mq_open(), sys_mq_unlink(), sys_mq_timedsend(), sys_mq_timedreceive(), sys_mq_notify(), sys_mq_getsetattr();
+int    sys_waitid();
+int    sys_openat(), sys_mkdirat(), sys_mknodat(), sys_fchownat(), sys_futimesat(), sys_newfstatat(), sys_unlinkat(), sys_renameat(), sys_linkat(), sys_symlinkat(), sys_readlinkat(), sys_fchmodat(), sys_faccessat();
+int    sys_pselect6(), sys_ppoll();
+int    sys_unshare();
+int    sys_move_pages(), sys_getcpu();
+int    sys_epoll_pwait();
+int    sys_signalfd(), sys_timerfd(), sys_eventfd();
+
 #include "syscall1.h"
index 716bb0ddd32d64e413384b05adaab7ce31cbdcf7..aadb269fdf1167708c8c419fc169064d7ae3d25e 100644 (file)
@@ -80,7 +80,7 @@
        { 2,    0,      sys_getgroups,  "getgroups" },          /* 79 */
        { 2,    0,      sys_setgroups,  "setgroups" },          /* 80 */
        { 0,    0,      sys_getpgrp,    "getpgrp" },            /* 81 */
-       { 2,    0,      sys_setgroups,  "setgroups32" },        /* 82 */
+       { 2,    0,      sys_setgroups32,"setgroups32" },        /* 82 */
        { 3,    0,      sys_setitimer,  "setitimer" },          /* 83 */
        { 2,    TD,     sys_ftruncate,  "ftruncate64" },        /* 84 */
        { 1,    TF,     sys_swapon,     "swapon" },             /* 85 */
        { 2,    TS,     sys_setresgid,  "setresgid32" },        /* 112 */
        { 5,    TN,     sys_recvmsg,    "recvmsg" },            /* 113 */
        { 5,    TN,     sys_sendmsg,    "sendmsg" },            /* 114 */
-       { 2,    0,      sys_getgroups,  "getgroups32" },        /* 115 */
+       { 2,    0,      sys_getgroups32,"getgroups32" },        /* 115 */
        { 2,    0,      sys_gettimeofday,"gettimeofday" },      /* 116 */
        { 2,    0,      sys_getrusage,  "getrusage" },          /* 117 */
        { 5,    TN,     sys_getsockopt, "getsockopt" },         /* 118 */
        { 4,    TN,     sys_getmsg,     "getmsg" },             /* 151 */
        { 4,    TN,     sys_putmsg,     "putmsg" },             /* 152 */
        { 3,    TD,     sys_poll,       "poll" },               /* 153 */
-       { 4,    TD,     sys_getdents64, "getdents64" },         /* 154 */
+       { 3,    TD,     sys_getdents64, "getdents64" },         /* 154 */
        { 3,    TD,     sys_fcntl,      "fcntl64" },            /* 155 */
        { 4,    0,      printargs,      "getdirentries" },      /* 156 */
        { 2,    TF,     sys_statfs,     "statfs" },             /* 157 */