From: Ulrich Drepper Date: Fri, 11 Feb 2000 19:44:00 +0000 (+0000) Subject: (getresuid): Make syscall directly, no stubs needed. X-Git-Tag: glibc-2.16-ports-before-merge~2674 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b9d6d804540939dc317513580054eccf8f519cf;p=thirdparty%2Fglibc.git (getresuid): Make syscall directly, no stubs needed. (getresgid): Likewise. --- diff --git a/sysdeps/unix/sysv/linux/mips/syscalls.list b/sysdeps/unix/sysv/linux/mips/syscalls.list index 6bb4451ff3f..d8c5afa5712 100644 --- a/sysdeps/unix/sysv/linux/mips/syscalls.list +++ b/sysdeps/unix/sysv/linux/mips/syscalls.list @@ -56,8 +56,8 @@ s_getcwd getcwd getcwd 2 __syscall_getcwd s_getdents getdents getdents 3 __syscall_getdents s_getpmsg getpmsg getpmsg 5 __syscall_getpmsg s_getpriority getpriority getpriority 2 __syscall_getpriority -s_getresgid getresgid getresgid 3 __syscall_getresgid -s_getresuid getresuid getresuid 3 __syscall_getresuid +getresgid - getresgid 3 getresgid +getresuid - getresuid 3 getresuid s_ipc msgget ipc 5 __syscall_ipc s_lstat64 lxstat64 lstat64 2 __syscall_lstat64 s_poll poll poll 3 __syscall_poll