diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-27 03:28:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-27 03:28:06 +0000 |
commit | 6a72ae2124a27089a52d6e03cf00f38123be674d (patch) | |
tree | 4e4d1e57768cd21bf80bd1b9f9f2b4a7bdb7e544 /sysdeps/unix | |
parent | d4cfddf947120a1d68612d9d57bc15b488802242 (diff) | |
download | glibc-6a72ae2124a27089a52d6e03cf00f38123be674d.tar.gz glibc-6a72ae2124a27089a52d6e03cf00f38123be674d.tar.xz glibc-6a72ae2124a27089a52d6e03cf00f38123be674d.zip |
Update.
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add getdents64 syscall.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/syscalls.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/syscalls.list b/sysdeps/unix/sysv/linux/powerpc/syscalls.list index 9228ee25b8..a9d19c72c9 100644 --- a/sysdeps/unix/sysv/linux/powerpc/syscalls.list +++ b/sysdeps/unix/sysv/linux/powerpc/syscalls.list @@ -16,6 +16,7 @@ s_fstat64 fxstat64 fstat64 i:ip __syscall_fstat64 s_ftruncate64 ftruncate64 ftruncate64 i:iii __syscall_ftruncate64 s_getcwd getcwd getcwd i:pi __syscall_getcwd 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_getpriority getpriority getpriority i:ii __syscall_getpriority getresgid - getresgid i:ppp getresgid |