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:
17
ChangeLog
17
ChangeLog
@ -1,3 +1,20 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2002-06-04 Bruno Haible <bruno@clisp.org>
|
2002-06-04 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
* sysdeps/cris/stackinfo.h: New file.
|
* sysdeps/cris/stackinfo.h: New file.
|
||||||
|
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
|
||||||
|
1
sysdeps/unix/sysv/linux/ia64/sendfile64.c
Normal file
1
sysdeps/unix/sysv/linux/ia64/sendfile64.c
Normal file
@ -0,0 +1 @@
|
|||||||
|
/* sendfile64 is alias of sendfile syscall. */
|
@ -16,7 +16,7 @@ truncate - truncate 2 truncate truncate64
|
|||||||
getrlimit - getrlimit 2 __getrlimit getrlimit getrlimit64
|
getrlimit - getrlimit 2 __getrlimit getrlimit getrlimit64
|
||||||
setrlimit - setrlimit 2 __setrlimit setrlimit setrlimit64
|
setrlimit - setrlimit 2 __setrlimit setrlimit setrlimit64
|
||||||
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
|
||||||
|
|
||||||
# semaphore and shm system calls
|
# semaphore and shm system calls
|
||||||
msgctl - msgctl i:iip __msgctl msgctl
|
msgctl - msgctl i:iip __msgctl msgctl
|
||||||
|
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
|
truncate - truncate 2 truncate truncate64
|
||||||
mmap - mmap 6 __mmap mmap __mmap64 mmap64
|
mmap - mmap 6 __mmap mmap __mmap64 mmap64
|
||||||
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
|
||||||
|
|
||||||
# Override select.S in parent directory:
|
# Override select.S in parent directory:
|
||||||
select - select 5 __select select
|
select - select 5 __select select
|
||||||
|
@ -48,8 +48,8 @@ sched_setp - sched_setparam i:ip __sched_setparam sched_setparam
|
|||||||
sched_sets - sched_setscheduler i:iip __sched_setscheduler sched_setscheduler
|
sched_sets - sched_setscheduler i:iip __sched_setscheduler sched_setscheduler
|
||||||
sched_yield - sched_yield i: __sched_yield sched_yield
|
sched_yield - sched_yield i: __sched_yield sched_yield
|
||||||
select - _newselect i:iPPPP __select select
|
select - _newselect i:iPPPP __select select
|
||||||
sendfile EXTRA sendfile i:iipi sendfile
|
sendfile - sendfile i:iipi sendfile
|
||||||
sendfile64 EXTRA sendfile64 i:iipi sendfile64
|
sendfile64 - sendfile64 i:iipi sendfile64
|
||||||
setfsgid EXTRA setfsgid i:i setfsgid
|
setfsgid EXTRA setfsgid i:i setfsgid
|
||||||
setfsuid EXTRA setfsuid i:i setfsuid
|
setfsuid EXTRA setfsuid i:i setfsuid
|
||||||
setpgid - setpgid i:ii __setpgid setpgid
|
setpgid - setpgid i:ii __setpgid setpgid
|
||||||
|
1
sysdeps/unix/sysv/linux/x86_64/sendfile64.c
Normal file
1
sysdeps/unix/sysv/linux/x86_64/sendfile64.c
Normal file
@ -0,0 +1 @@
|
|||||||
|
/* sendfile64 is alias of sendfile syscall. */
|
@ -15,7 +15,7 @@ setrlimit - setrlimit i:ip __setrlimit setrlimit64 setrlimit
|
|||||||
ftruncate - ftruncate i:ii __ftruncate ftruncate ftruncate64 __ftruncate64
|
ftruncate - ftruncate i:ii __ftruncate ftruncate ftruncate64 __ftruncate64
|
||||||
truncate - truncate i:si truncate truncate64
|
truncate - truncate i:si truncate truncate64
|
||||||
readahead EXTRA readahead i:iipi __readahead readahead
|
readahead EXTRA readahead i:iipi __readahead readahead
|
||||||
sendfile EXTRA sendfile i:iip sendfile sendfile64
|
sendfile - sendfile i:iip sendfile sendfile64
|
||||||
|
|
||||||
# semaphore and shm system calls
|
# semaphore and shm system calls
|
||||||
msgctl - msgctl i:iip __msgctl msgctl
|
msgctl - msgctl i:iip __msgctl msgctl
|
||||||
|
Reference in New Issue
Block a user