about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-20 05:30:35 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-20 05:30:35 +0000
commit01b2885290fdbb02bfe4f92f0873419abada5952 (patch)
treebd59ec5a1aad0743b2210ff5f33f05757c0f9e54
parented22820f2f786c9884bc047bffe58a3a6b4330f1 (diff)
downloadglibc-01b2885290fdbb02bfe4f92f0873419abada5952.tar.gz
glibc-01b2885290fdbb02bfe4f92f0873419abada5952.tar.xz
glibc-01b2885290fdbb02bfe4f92f0873419abada5952.zip
Update.
2003-02-20  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* sysdeps/unix/sysv/linux/sh/pread.c: New file.
	* sysdeps/unix/sysv/linux/sh/pread64.c: New file.
	* sysdeps/unix/sysv/linux/sh/pwrite.c: New file.
	* sysdeps/unix/sysv/linux/sh/pwrite64.c: New file.

	* stdlib/strtod.c (INTERNAL): Up the safety margin for cutting off
-rw-r--r--ChangeLog9
-rw-r--r--sysdeps/unix/sysv/linux/sh/pread.c1
-rw-r--r--sysdeps/unix/sysv/linux/sh/pread64.c1
-rw-r--r--sysdeps/unix/sysv/linux/sh/pwrite.c1
-rw-r--r--sysdeps/unix/sysv/linux/sh/pwrite64.c1
5 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 07aac2a77f..cbfdc1e256 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-02-20  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+	* sysdeps/unix/sysv/linux/sh/pread.c: New file.
+	* sysdeps/unix/sysv/linux/sh/pread64.c: New file.
+	* sysdeps/unix/sysv/linux/sh/pwrite.c: New file.
+	* sysdeps/unix/sysv/linux/sh/pwrite64.c: New file.
+
 2003-02-19  Jiro Sekiba  <jir@yamato.ibm.com>
 
 	* iconvdata/utf-16.c (gconv_end): Fix range of low surrogate.
@@ -8,7 +15,7 @@
 
 2003-02-19  Ulrich Drepper  <drepper@redhat.com>
 
-	* stdlib/strtod.c (INTERNAL): Up the safety margin for cutting of
+	* stdlib/strtod.c (INTERNAL): Up the safety margin for cutting off
 	decimal input digits.
 	* stdlib/tst-strtod.c (main): Add test for strtof bug.
 
diff --git a/sysdeps/unix/sysv/linux/sh/pread.c b/sysdeps/unix/sysv/linux/sh/pread.c
new file mode 100644
index 0000000000..20f715c1bc
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/sh/pread.c
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/mips/pread.c>
diff --git a/sysdeps/unix/sysv/linux/sh/pread64.c b/sysdeps/unix/sysv/linux/sh/pread64.c
new file mode 100644
index 0000000000..7f89f39b01
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/sh/pread64.c
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/mips/pread64.c>
diff --git a/sysdeps/unix/sysv/linux/sh/pwrite.c b/sysdeps/unix/sysv/linux/sh/pwrite.c
new file mode 100644
index 0000000000..0338b87455
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/sh/pwrite.c
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/mips/pwrite.c>
diff --git a/sysdeps/unix/sysv/linux/sh/pwrite64.c b/sysdeps/unix/sysv/linux/sh/pwrite64.c
new file mode 100644
index 0000000000..0a8c1ead32
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/sh/pwrite64.c
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/mips/pwrite64.c>