mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 09:40:13 +00:00
19 lines
945 B
Plaintext
19 lines
945 B
Plaintext
|
# File name Caller Syscall name Args Strong name Weak names
|
||
|
|
||
|
cacheflush EXTRA cacheflush i:iiii __cacheflush cacheflush
|
||
|
|
||
|
prlimit64 EXTRA prlimit64 i:iipp prlimit64
|
||
|
fanotify_mark EXTRA fanotify_mark i:iiiiis fanotify_mark
|
||
|
|
||
|
# Semaphore and shm system calls. msgctl, shmctl, and semctl have C
|
||
|
# wrappers (to set __IPC_64).
|
||
|
msgget - msgget i:ii __msgget msgget
|
||
|
msgrcv - msgrcv Ci:ibnii __msgrcv msgrcv
|
||
|
msgsnd - msgsnd Ci:ibni __msgsnd msgsnd
|
||
|
shmat - shmat i:ipi __shmat shmat
|
||
|
shmdt - shmdt i:s __shmdt shmdt
|
||
|
shmget - shmget i:iii __shmget shmget
|
||
|
semop - semop i:ipi __semop semop
|
||
|
semtimedop - semtimedop i:ipip semtimedop
|
||
|
semget - semget i:iii __semget semget
|