diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-23 14:00:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-23 14:00:53 +0000 |
commit | 8a6da7e68cf251a81c93b3657d1a958036e933b6 (patch) | |
tree | 4c5c68fe5fac481022438d66428786ba091e6714 | |
parent | 1e8f0e3e0b4da291a6281ce12b6b83a1a05dd4b8 (diff) | |
download | glibc-8a6da7e68cf251a81c93b3657d1a958036e933b6.tar.gz glibc-8a6da7e68cf251a81c93b3657d1a958036e933b6.tar.xz glibc-8a6da7e68cf251a81c93b3657d1a958036e933b6.zip |
Update.
* sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove duplicate ustat definition.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/syscalls.list | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index b8b50241ea..3c48f245ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * version.h (VERSION): Bump to 2.0.99. + * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove duplicate + ustat definition. + * sysdeps/unix/sysv/linux/i386/Dist: Remove s_pread64.c and s_pwrite64.c. diff --git a/sysdeps/unix/sysv/linux/alpha/syscalls.list b/sysdeps/unix/sysv/linux/alpha/syscalls.list index 5d89ccbd53..4ccf41daf3 100644 --- a/sysdeps/unix/sysv/linux/alpha/syscalls.list +++ b/sysdeps/unix/sysv/linux/alpha/syscalls.list @@ -102,7 +102,6 @@ s_sigpending sigpending sigpending 1 __syscall_sigpending s_sigprocmask sigprocmask sigprocmask 3 __syscall_sigprocmask s_sigsuspend sigsuspend sigsuspend 3 __syscall_sigsuspend s_sysctl sysctl _sysctl 1 __syscall__sysctl -s_ustat ustat ustat 2 __syscall_ustat sys_fstat fxstat fstat 2 __syscall_fstat sys_lstat lxstat lstat 2 __syscall_lstat sys_mknod xmknod mknod 3 __syscall_mknod |