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:
authorCorinna Vinschen <corinna@vinschen.de>2014-11-25 14:53:00 +0300
committerCorinna Vinschen <corinna@vinschen.de>2014-11-25 14:53:00 +0300
commit75e2565a570b40e88f87609a5c74ae9bfb98bd3c (patch)
treed34192d680ca5b9bb8dc3b874d6e2e9339d5d768 /newlib/ChangeLog
parentcda7e6ca2081df83e91415e14aeef1fa9b5adf59 (diff)
* libc/include/sys/_default_fcntl.h: Move all Cygwin-specific open
flags from Cygwin's fcntl.h here. Remove check for WIN32. Remove Windows-specific macros.
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 f9249de75..a852e9f19 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,9 @@
+2014-11-25 Corinna Vinschen <vinschen@redhat.com>
+
+ * libc/include/sys/_default_fcntl.h: Move all Cygwin-specific open
+ flags from Cygwin's fcntl.h here. Remove check for WIN32. Remove
+ Windows-specific macros.
+
2014-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* libc/include/sys/resource.h: Add prototype for getrusage()