From: Andreas Jaeger Date: Thu, 22 Jun 2000 13:50:01 +0000 (+0000) Subject: Fix one more typoe for sysctl. X-Git-Tag: glibc-2.16-ports-before-merge~2334 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52783ef8b62808bf8e9f2797aea597182ee24c97;p=thirdparty%2Fglibc.git Fix one more typoe for sysctl. --- diff --git a/sysdeps/unix/sysv/linux/mips/syscalls.list b/sysdeps/unix/sysv/linux/mips/syscalls.list index 125f23bf99e..7ed897c5c81 100644 --- a/sysdeps/unix/sysv/linux/mips/syscalls.list +++ b/sysdeps/unix/sysv/linux/mips/syscalls.list @@ -73,7 +73,7 @@ s_stat64 xstat64 stat64 2 __syscall_stat64 s_truncate64 truncate64 truncate64 3 __syscall_truncate64 # Todo: we can pass 6 args in registers, no need for the wrapper -sys_sysctl sysctl _sysctl 1 __syscall_sysctl +sys_sysctl sysctl _sysctl 1 __syscall__sysctl sys_fstat fxstat fstat 2 __syscall_fstat sys_lstat lxstat lstat 2 __syscall_lstat sys_readv readv readv 3 __syscall_readv