summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1998-05-11 11:05:56 +0000
committerRichard Henderson <rth@redhat.com>1998-05-11 11:05:56 +0000
commit43ca76627c5c56a8887968f700d1e98cac3d3270 (patch)
tree57ce7544bd91ffef64b950836c074a2e46748b15
parent83ce8ec44e0ad5874192e7586f24f3dc71ed94bb (diff)
downloadglibc-43ca76627c5c56a8887968f700d1e98cac3d3270.tar.gz
Update.
1998-05-11 18:02 Richard Henderson <rth@cygnus.com> * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Remove statfs and fstatfs. * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread and pwrite as EXTRA. * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
-rw-r--r--ChangeLog8
-rw-r--r--sysdeps/unix/sysv/linux/alpha/syscalls.list4
-rw-r--r--sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list4
3 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 91002ec07f..b76a5c406b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1998-05-11 18:02 Richard Henderson <rth@cygnus.com>
+
+ * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
+ Remove statfs and fstatfs.
+ * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
+ and pwrite as EXTRA.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
+
1998-05-09 Ulrich Drepper <drepper@cygnus.com>
* libc.map: Add capget and capset.
diff --git a/sysdeps/unix/sysv/linux/alpha/syscalls.list b/sysdeps/unix/sysv/linux/alpha/syscalls.list
index ed81a2c0b3..0b38038d46 100644
--- a/sysdeps/unix/sysv/linux/alpha/syscalls.list
+++ b/sysdeps/unix/sysv/linux/alpha/syscalls.list
@@ -21,8 +21,8 @@ getpeername - getpeername 3 __getpeername getpeername
getpriority - getpriority 2 __getpriority getpriority
mmap - mmap 6 __mmap mmap __mmap64 mmap64
llseek EXTRA lseek 3 __llseek llseek __lseek64 lseek64
-pread EXTRA pread 4 __pread pread __pread64 pread64
-pwrite EXTRA pwrite 4 __pwrite pwrite __pwrite64 pwrite64
+pread - pread 4 __pread pread __pread64 pread64
+pwrite - pwrite 4 __pwrite pwrite __pwrite64 pwrite64
fstatfs - fstatfs 2 __fstatfs fstatfs fstatfs64
statfs - statfs 2 __statfs statfs statfs64
getrlimit - getrlimit 2 __getrlimit getrlimit getrlimit64
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list b/sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
index 976b9b8bf4..fcf556b818 100644
--- a/sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
+++ b/sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
@@ -2,8 +2,8 @@
# Whee! 64-bit systems naturally implement llseek.
llseek EXTRA lseek 3 __llseek llseek __lseek64 lseek64
-pread EXTRA pread 4 __pread pread __pread64 pread64
-pwrite EXTRA pwrite 4 __pwrite pwrite __pwrite64 pwrite64
+pread - pread 4 __pread pread __pread64 pread64
+pwrite - pwrite 4 __pwrite pwrite __pwrite64 pwrite64
fstatfs - fstatfs 2 __fstatfs fstatfs fstatfs64
statfs - statfs 2 __statfs statfs statfs64
getrlimit - getrlimit 2 getrlimit getrlimit64