summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 072c832fe..f8521f47b 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+2012-07-09 Corinna Vinschen <vinschen@redhat.com>
+
+ * libc/stdio/fileno.c (fileno): Check if f is a valid stream. If not,
+ return -1 and set errno to EBADF per POSIX.
+
+2012-07-06 Corinna Vinschen <vinschen@redhat.com>
+
+
2012-07-06 Corinna Vinschen <vinschen@redhat.com>
Allow building of Cygwin using Mingw64 SDK headers: