Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 20 Feb 2003 05:30:35 +0000 (05:30 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 20 Feb 2003 05:30:35 +0000 (05:30 +0000)
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

ChangeLog
sysdeps/unix/sysv/linux/sh/pread.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/sh/pread64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/sh/pwrite.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/sh/pwrite64.c [new file with mode: 0644]

index 07aac2a..cbfdc1e 100644 (file)
--- 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 (file)
index 0000000..20f715c
--- /dev/null
@@ -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 (file)
index 0000000..7f89f39
--- /dev/null
@@ -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 (file)
index 0000000..0338b87
--- /dev/null
@@ -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 (file)
index 0000000..0a8c1ea
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/mips/pwrite64.c>