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>2009-10-20 20:44:11 +0400
committerJeff Johnston <jjohnstn@redhat.com>2009-10-20 20:44:11 +0400
commit1e1b6f8003e392a63a01f81fa99ad86ecc28ad66 (patch)
tree909411a4c16aad99d434a06a2ab040a13cb6f1c2 /newlib/ChangeLog
parentaa0937c30834bf3f9e15e26eebe38a451bf68ac0 (diff)
2009-10-16 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/config.h[__CYGWIN__]: Set __USE_XOPEN2K flag if not __STRICT_ANSI__ or stdc version C99 or greater. * libc/include/stdio.h[__STRICT_ANSI__]: Add __USE_XOPEN2K check for fseeko and ftello prototypes.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 539be4563..df9f43860 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,10 @@
+2009-10-16 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/include/sys/config.h[__CYGWIN__]: Set __USE_XOPEN2K flag
+ if not __STRICT_ANSI__ or stdc version C99 or greater.
+ * libc/include/stdio.h[__STRICT_ANSI__]: Add __USE_XOPEN2K check
+ for fseeko and ftello prototypes.
+
2009-10-15 Corinna Vinschen <corinna@vinschen.de>
* libc/include/wchar.h (struct tm0: Declare as incomplete type.