mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
2002-06-07 Jakub Jelinek <jakub@redhat.com> * 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. * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not already defined.
This commit is contained in:
1
sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c
Normal file
1
sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c
Normal file
@ -0,0 +1 @@
|
||||
/* sendfile64 is alias of sendfile syscall. */
|
@ -12,7 +12,7 @@ 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
|
||||
sendfile - sendfile i:iipi sendfile sendfile64
|
||||
|
||||
# Override select.S in parent directory:
|
||||
select - select 5 __select select
|
||||
|
Reference in New Issue
Block a user