9bd6460223
2002-05-30 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines): Add readahead. * sysdeps/unix/sysv/linux/readahead.c: New file. * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall. * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64. * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall. Add sendfile64 alias to sendfile syscall. * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead syscall. * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX special section for PIC register loading. * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise. * config.h.in: Define HAVE_HIDDEN. * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined. * elf/elf.h: Correct Alpha TLS relocations according to last spec.
38 lines
1.7 KiB
Plaintext
38 lines
1.7 KiB
Plaintext
# File name Caller Syscall name # args Strong name Weak names
|
|
|
|
# Whee! 64-bit systems naturally implement llseek.
|
|
llseek EXTRA lseek 3 __llseek llseek __libc_lseek64 __lseek64 lseek64
|
|
pread - pread 4 __libc_pread __libc_pread64 __pread pread __pread64 pread64
|
|
pwrite - pwrite 4 __libc_pwrite __libc_pwrite64 __pwrite pwrite __pwrite64 pwrite64
|
|
fstatfs - fstatfs 2 __fstatfs fstatfs __fstatfs64 fstatfs64
|
|
statfs - statfs 2 __statfs statfs statfs64
|
|
getrlimit - getrlimit 2 __getrlimit getrlimit getrlimit64
|
|
setrlimit - setrlimit 2 __setrlimit setrlimit64 setrlimit
|
|
ftruncate - ftruncate 2 __ftruncate ftruncate __ftruncate64 ftruncate64
|
|
truncate - truncate 2 truncate truncate64
|
|
mmap - mmap 6 __mmap mmap __mmap64 mmap64
|
|
readahead EXTRA readahead 3 __readahead readahead
|
|
sendfile EXTRA sendfile i:iipi sendfile sendfile64
|
|
|
|
# Override select.S in parent directory:
|
|
select - select 5 __select select
|
|
accept - accept 3 __libc_accept __accept accept
|
|
bind - bind 3 __bind bind
|
|
connect - connect 3 __libc_connect __connect_internal __connect connect
|
|
getpeername - getpeername 3 __getpeername getpeername
|
|
getsockname - getsockname 3 __getsockname getsockname
|
|
getsockopt - getsockopt 5 __getsockopt getsockopt
|
|
listen - listen 2 __listen listen
|
|
recv - recv 4 __libc_recv __recv recv
|
|
recvfrom - recvfrom 6 __libc_recvfrom __recvfrom recvfrom
|
|
recvmsg - recvmsg 3 __libc_recvmsg __recvmsg recvmsg
|
|
send - send 4 __libc_send __send send
|
|
sendmsg - sendmsg 3 __libc_sendmsg __sendmsg sendmsg
|
|
sendto - sendto 6 __libc_sendto __sendto sendto
|
|
setsockopt - setsockopt 5 __setsockopt setsockopt
|
|
shutdown - shutdown 2 __shutdown shutdown
|
|
socketpair - socketpair 4 __socketpair socketpair
|
|
|
|
getresuid - getresuid 3 getresuid
|
|
getresgid - getresgid 3 getresgid
|