mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
* sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
and creat system calls. * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system call. * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat system calls. * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
This commit is contained in:
@ -17,8 +17,6 @@ sigstack - sigstack 2 sigstack
|
||||
vfork - vfork 0 __vfork vfork
|
||||
|
||||
getpriority - getpriority i:ii __getpriority getpriority
|
||||
open - open Ci:siv __libc_open __open open !__libc_open64 __open64 open64
|
||||
open64 open -
|
||||
|
||||
# proper socket implementations:
|
||||
accept - accept Ci:iBN __libc_accept __accept accept
|
||||
|
@ -4,9 +4,6 @@ umount2 - umount 2 __umount2 umount2
|
||||
|
||||
getpriority - getpriority i:ii __getpriority getpriority
|
||||
|
||||
creat - creat Ci:si __libc_creat creat creat64
|
||||
open - open Ci:siv __libc_open __open open __open64 open64
|
||||
|
||||
# semaphore and shm system calls
|
||||
msgctl - msgctl i:iip __msgctl msgctl
|
||||
msgget - msgget i:ii __msgget msgget
|
||||
|
@ -1,5 +1,3 @@
|
||||
# File name Caller Syscall name # args Strong name Weak names
|
||||
|
||||
creat - creat Ci:si __libc_creat creat creat64
|
||||
getrlimit - ugetrlimit i:ip __getrlimit getrlimit getrlimit64
|
||||
open - open Ci:siv __libc_open __open open __open64 open64
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
vfork - vfork 0 __vfork vfork
|
||||
|
||||
creat - creat Ci:si __libc_creat creat creat64
|
||||
open - open Ci:siv __libc_open __open open __open64 open64
|
||||
|
||||
# semaphore and shm system calls
|
||||
msgctl - msgctl i:iip __msgctl msgctl
|
||||
msgget - msgget i:ii __msgget msgget
|
||||
|
@ -15,3 +15,5 @@ setrlimit - setrlimit i:ip __setrlimit setrlimit setrlimit64
|
||||
readahead - readahead i:iii __readahead readahead
|
||||
sendfile - sendfile i:iipi sendfile sendfile64
|
||||
sync_file_range - sync_file_range i:iiii sync_file_range
|
||||
creat - creat Ci:si __libc_creat creat creat64
|
||||
open - open Ci:siv __libc_open __open open __open64 open64
|
||||
|
@ -1,13 +1,11 @@
|
||||
# File name Caller Syscall name # args Strong name Weak names
|
||||
|
||||
arch_prctl EXTRA arch_prctl i:ii __arch_prctl arch_prctl
|
||||
creat - creat Ci:si __libc_creat creat creat64
|
||||
modify_ldt EXTRA modify_ldt i:ipi __modify_ldt modify_ldt
|
||||
msgctl - msgctl i:iip __msgctl msgctl
|
||||
msgget - msgget i:ii __msgget msgget
|
||||
msgrcv - msgrcv Ci:ibnii __msgrcv msgrcv
|
||||
msgsnd - msgsnd Ci:ibni __msgsnd msgsnd
|
||||
open - open Ci:siv __libc_open __open open __open64 open64
|
||||
shmat - shmat i:ipi __shmat shmat
|
||||
shmctl - shmctl i:iip __shmctl shmctl
|
||||
shmdt - shmdt i:s __shmdt shmdt
|
||||
|
Reference in New Issue
Block a user