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/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 35b8b211d..e8d7ee7bb 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,10 @@
+2015-12-07 Corinna Vinschen <corinna@vinschen.de>
+
+ * libc/include/sys/types.h: Move definitions of NBBY and howmany to
+ sys/param.h. Move definitions of select(2) macros to sys/select.h.
+ * libc/include/sys/param.h: See above.
+ * libc/include/sys/select.h: Move Cygwin's sys/select.h here.
+
2015-11-26 Corinna Vinschen <corinna@vinschen.de>
* libc/stdlib/strtodg.c: Add ifdef to check _HAVE_LONG_DOUBLE and