Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-06-21 22:40:50 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-06-21 22:40:50 +0400
commit2e78444a3ee1c59c0e74d349af163b024f1e8c06 (patch)
tree749ece36c87a0e649e3d2a49567d5fd8d8841578 /newlib/ChangeLog
parentd427d09204c97df14607149e94a1da9beddd76ab (diff)
2002-06-21 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/config.h[__linux__]: Set _READ_WRITE_RETURN_TYPE to _ssize_t. * libc/sys/linux/io.c (read, write): Change to return ssize_t.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 4e1c5824f..e00faf93f 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,11 @@
2002-06-21 Jeff Johnston <jjohnstn@redhat.com>
+ * libc/include/sys/config.h[__linux__]: Set _READ_WRITE_RETURN_TYPE
+ to _ssize_t.
+ * libc/sys/linux/io.c (read, write): Change to return ssize_t.
+
+2002-06-21 Jeff Johnston <jjohnstn@redhat.com>
+
* libc/include/stdio.h (__getline, __getdelim): New prototypes.
* libc/include/time.h [HAVE_GETDATE](getdate, getdate_r): Ditto.
[HAVE_GETDATE](getdate_err): New error code.