2007-09-11 Roland McGrath <roland@redhat.com>
* 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>.
This commit is contained in:
parent
c18c703b48
commit
c2f7351fcd
@ -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"
|
||||
|
@ -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 */
|
||||
@ -113,7 +113,7 @@
|
||||
{ 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 */
|
||||
@ -152,7 +152,7 @@
|
||||
{ 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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user