aboutsummaryrefslogtreecommitdiff
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-04-23 20:06:03 +0000
committerJeff Johnston <jjohnstn@redhat.com>2004-04-23 20:06:03 +0000
commitc00f9719339d5193c9df2dd384f64374bf3acc03 (patch)
treefa4cc29b76bcb77f22252f78632b2c81dda7f85b /newlib/ChangeLog
parent05b315770a3925648b1a3b52781a75232809198d (diff)
downloadnewlib-c00f9719339d5193c9df2dd384f64374bf3acc03.zip
newlib-c00f9719339d5193c9df2dd384f64374bf3acc03.tar.gz
newlib-c00f9719339d5193c9df2dd384f64374bf3acc03.tar.bz2
2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/stdio.h: (_ftell_r, _fseek_r): New prototypes.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 62fc859..706e60e 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/include/stdio.h: (_ftell_r, _fseek_r): New prototypes.
+
2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>
* libc/stdio/asprintf.c libc/stdio/clearerr.c,