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:
authorNick Withers <nick.withers@anu.edu.au>2015-12-07 18:31:00 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-12-07 18:31:00 +0300
commit5644f71428ba571b733db255e31dc39aba13ad8a (patch)
tree28917929ce57c1618f9570e2400fa6717c302a53 /newlib/ChangeLog
parent08184b362e8eeb2af0d03d169b852769d1d66f53 (diff)
Add definitions for NBBY to arm and rtems targets
* libc/sys/arm/sys/param.h (NBBY): Define if not already defined. * libc/sys/rtems/include/sys/param.h (NBBY): Define. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index e8d7ee7bb..1aff1c606 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2015-12-07 Nick Withers <nick.withers@anu.edu.au>
+
+ * libc/sys/arm/sys/param.h (NBBY): Define if not already defined.
+ * libc/sys/rtems/include/sys/param.h (NBBY): Define.
+
2015-12-07 Corinna Vinschen <corinna@vinschen.de>
* libc/include/sys/types.h: Move definitions of NBBY and howmany to