From: Ulrich Drepper Date: Sun, 8 Mar 1998 21:40:37 +0000 (+0000) Subject: Remove getres[ug]id, add s_getres[ug]id. X-Git-Tag: cvs/before-sparc-2_0_x-branch~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95c8160d304913e05910cfa7e0f5ef931e9455b4;p=thirdparty%2Fglibc.git Remove getres[ug]id, add s_getres[ug]id. --- diff --git a/sysdeps/unix/sysv/linux/syscalls.list b/sysdeps/unix/sysv/linux/syscalls.list index bf3129632bf..c728343f513 100644 --- a/sysdeps/unix/sysv/linux/syscalls.list +++ b/sysdeps/unix/sysv/linux/syscalls.list @@ -13,8 +13,6 @@ geteuid - geteuid 0 __geteuid geteuid getpgid - getpgid 1 __getpgid getpgid getpgrp - getpgrp 0 getpgrp getppid - getppid 0 __getppid getppid -getresgid EXTRA getresgid 3 getresgid -getresuid EXTRA getresuid 3 getresuid getsid - getsid 1 getsid init_module EXTRA init_module 5 init_module ioperm - ioperm 3 ioperm @@ -39,6 +37,8 @@ quotactl EXTRA quotactl 4 quotactl s_chown chown chown 3 __syscall_chown s_getdents EXTRA getdents 3 __getdents s_getpriority getpriority getpriority 2 __syscall_getpriority +s_getresgid getresgid getresgid 3 __syscall_getresgid +s_getresuid getresuid getresuid 3 __syscall_getresuid s_poll poll poll 3 __syscall_poll s_ptrace ptrace ptrace 4 __syscall_ptrace s_reboot EXTRA reboot 3 __syscall_reboot