mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-05 17:11:06 +00:00
Add truncate64, ftruncate64, fstat64, lstat64, stat64 and mmap2.
This commit is contained in:
parent
bf4c026770
commit
b0e67ce094
@ -23,12 +23,16 @@ 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_execve execve execve 3 __syscall_execve
|
||||
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
|
||||
@ -38,7 +42,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_truncate64 truncate64 truncate64 3 __syscall_truncate64
|
||||
s_ugetrlimit getrlimit ugetrlimit 2 __syscall_ugetrlimit
|
||||
s_ustat ustat ustat 2 __syscall_ustat
|
||||
sys_fstat fxstat fstat 2 __syscall_fstat
|
||||
|
Loading…
Reference in New Issue
Block a user