Fix one more typoe for sysctl.

This commit is contained in:
Andreas Jaeger 2000-06-22 13:50:01 +00:00
parent 41c427da07
commit 52783ef8b6

View File

@ -73,7 +73,7 @@ s_stat64 xstat64 stat64 2 __syscall_stat64
s_truncate64 truncate64 truncate64 3 __syscall_truncate64 s_truncate64 truncate64 truncate64 3 __syscall_truncate64
# Todo: we can pass 6 args in registers, no need for the wrapper # 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_fstat fxstat fstat 2 __syscall_fstat
sys_lstat lxstat lstat 2 __syscall_lstat sys_lstat lxstat lstat 2 __syscall_lstat
sys_readv readv readv 3 __syscall_readv sys_readv readv readv 3 __syscall_readv