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:
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.