mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-25 04:01:10 +00:00
* sysdeps/unix/sysv/linux/alpha/sendfile64.c: New.
* sysdeps/unix/sysv/linux/ia64/sendfile64.c: New. * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New. * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New. * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA. (sendfile64): Likewise. * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise. * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile): Likewise. * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
This commit is contained in:
parent
c5f8b1a262
commit
8248bb200e
1
sysdeps/unix/sysv/linux/alpha/sendfile64.c
Normal file
1
sysdeps/unix/sysv/linux/alpha/sendfile64.c
Normal file
@ -0,0 +1 @@
|
|||||||
|
/* sendfile64 is alias of sendfile syscall. */
|
@ -29,7 +29,7 @@ setrlimit - setrlimit 2 __setrlimit setrlimit64 setrlimit
|
|||||||
ftruncate - ftruncate 2 __ftruncate ftruncate __ftruncate64 ftruncate64
|
ftruncate - ftruncate 2 __ftruncate ftruncate __ftruncate64 ftruncate64
|
||||||
truncate - truncate 2 truncate truncate64
|
truncate - truncate 2 truncate truncate64
|
||||||
readahead EXTRA readahead 3 __readahead readahead
|
readahead EXTRA readahead 3 __readahead readahead
|
||||||
sendfile EXTRA sendfile i:iipi sendfile sendfile64
|
sendfile - sendfile i:iipi sendfile sendfile64
|
||||||
|
|
||||||
# these are actually common with the x86:
|
# these are actually common with the x86:
|
||||||
sys_ustat ustat ustat 2 __syscall_ustat
|
sys_ustat ustat ustat 2 __syscall_ustat
|
||||||
|
Loading…
Reference in New Issue
Block a user