mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Update.
2000-09-07 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/sys/syscall.h (SYS_getdents64): New. (SYS_fcntl64): New. * sysdeps/unix/sysv/linux/mips/syscalls.list: Add getdents64.
This commit is contained in:
parent
e4a3270ea2
commit
8273647f9e
@ -1,3 +1,10 @@
|
|||||||
|
2000-09-07 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/mips/sys/syscall.h (SYS_getdents64): New.
|
||||||
|
(SYS_fcntl64): New.
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/mips/syscalls.list: Add getdents64.
|
||||||
|
|
||||||
2000-09-06 Ulrich Drepper <drepper@redhat.com>
|
2000-09-06 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/opendir.c: If O_DIRECTORY_WORKS is defined don't
|
* sysdeps/unix/opendir.c: If O_DIRECTORY_WORKS is defined don't
|
||||||
|
@ -54,6 +54,7 @@ s_fstat64 fxstat64 fstat64 i:ip __syscall_fstat64
|
|||||||
s_ftruncate64 ftruncate64 ftruncate64 i:iiii __syscall_ftruncate64
|
s_ftruncate64 ftruncate64 ftruncate64 i:iiii __syscall_ftruncate64
|
||||||
s_getcwd getcwd getcwd i:pi __syscall_getcwd
|
s_getcwd getcwd getcwd i:pi __syscall_getcwd
|
||||||
s_getdents getdents getdents i:ipi __syscall_getdents
|
s_getdents getdents getdents i:ipi __syscall_getdents
|
||||||
|
s_getdents64 getdents getdents64 i:ipi __syscall_getdents64
|
||||||
s_getpmsg getpmsg getpmsg i:ipppp __syscall_getpmsg
|
s_getpmsg getpmsg getpmsg i:ipppp __syscall_getpmsg
|
||||||
s_getpriority getpriority getpriority i:ii __syscall_getpriority
|
s_getpriority getpriority getpriority i:ii __syscall_getpriority
|
||||||
getresgid - getresgid i:ppp getresgid
|
getresgid - getresgid i:ppp getresgid
|
||||||
|
Loading…
Reference in New Issue
Block a user