* sysdeps/unix/make-syscalls.sh: Implement ! prefix for strong aliases.

* sysdeps/unix/sysv/linux/alpha/syscalls.list (open, open64): New.
This commit is contained in:
Richard Henderson 2003-06-20 19:24:17 +00:00
parent ebcd2cd199
commit 2002663413

View File

@ -32,6 +32,8 @@ ftruncate - ftruncate 2 __ftruncate ftruncate __ftruncate64 ftruncate64
truncate - truncate 2 truncate truncate64
readahead - readahead 3 __readahead readahead
sendfile - sendfile i:iipi sendfile sendfile64
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