mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-14 15:20:04 +00:00
Add s_fstat64, s_ftruncate64, s_lstat64, s_mmap2, s_stat64, s_truncate64.
This commit is contained in:
parent
ddb63e4535
commit
0c6651afb4
@ -12,12 +12,16 @@ rt_sigprocmask - rt_sigprocmask 4 __syscall_rt_sigprocmask
|
||||
rt_sigqueueinfo - rt_sigqueueinfo 3 __syscall_rt_sigqueueinfo
|
||||
rt_sigsuspend - rt_sigsuspend 2 __syscall_rt_sigsuspend
|
||||
rt_sigtimedwait - rt_sigtimedwait 4 __syscall_rt_sigtimedwait
|
||||
s_fstat64 fxstat64 fstat64 2 __syscall_fstat64
|
||||
s_ftruncate64 ftruncate64 ftruncate64 3 __syscall_ftruncate64
|
||||
s_getcwd getcwd getcwd 2 __syscall_getcwd
|
||||
s_getdents getdents getdents 3 __syscall_getdents
|
||||
s_getpriority getpriority getpriority 2 __syscall_getpriority
|
||||
s_getresgid getresgid getresgid 3 __syscall_getresgid
|
||||
s_getresuid getresuid getresuid 3 __syscall_getresuid
|
||||
s_getrlimit getrlimit getrlimit 2 __syscall_getrlimit
|
||||
s_lstat64 lxstat64 lstat64 2 __syscall_lstat64
|
||||
s_mmap2 mmap64 mmap2 6 __syscall_mmap2
|
||||
s_poll poll poll 3 __syscall_poll
|
||||
s_pread64 pread64 pread 5 __syscall_pread
|
||||
s_ptrace ptrace ptrace 4 __syscall_ptrace
|
||||
@ -28,8 +32,9 @@ s_sigaction sigaction sigaction 3 __syscall_sigaction
|
||||
s_sigpending sigpending sigpending 1 __syscall_sigpending
|
||||
s_sigprocmask sigprocmask sigprocmask 3 __syscall_sigprocmask
|
||||
s_sigsuspend sigsuspend sigsuspend 3 __syscall_sigsuspend
|
||||
s_stat64 xstat64 stat64 2 __syscall_stat64
|
||||
s_sysctl sysctl _sysctl 1 __syscall__sysctl
|
||||
s_ugetrlimit getrlimit ugetrlimit 2 __syscall_ugetrlimit
|
||||
s_truncate64 truncate64 truncate64 3 __syscall_truncate64
|
||||
s_ustat ustat ustat 2 __syscall_ustat
|
||||
s_vfork vfork vfork 0 __syscall_vfork
|
||||
sys_fstat fxstat fstat 2 __syscall_fstat
|
||||
|
Loading…
Reference in New Issue
Block a user