mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 02:40:06 +00:00
15 lines
640 B
Plaintext
15 lines
640 B
Plaintext
# File name Caller Syscall name # args Strong name Weak names
|
|
|
|
s_getgroups getgroups getgroups 2 __syscall_getgroups
|
|
s_llseek llseek _llseek 5 __syscall__llseek
|
|
s_setfsgid setfsgid setfsgid 1 __syscall_setfsgid
|
|
s_setfsuid setfsuid setfsuid 1 __syscall_setfsuid
|
|
s_setgid setgid setgid 1 __syscall_setgid
|
|
s_setgroups setgroups setgroups 2 __syscall_setgroups
|
|
s_setregid setregid setregid 2 __syscall_setregid
|
|
s_setresgid setresgid setresgid 3 __syscall_setresgid
|
|
s_setresuid setresuid setresuid 3 __syscall_setresuid
|
|
s_setreuid setreuid setreuid 2 __syscall_setreuid
|
|
s_setuid setuid setuid 1 __syscall_setuid
|
|
syscall - syscall 7 syscall
|