aboutsummaryrefslogtreecommitdiff
path: root/docs/CHANGES.TXT
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CHANGES.TXT')
-rw-r--r--docs/CHANGES.TXT9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/CHANGES.TXT b/docs/CHANGES.TXT
index 0e4962c1b..acd229691 100644
--- a/docs/CHANGES.TXT
+++ b/docs/CHANGES.TXT
@@ -36,6 +36,15 @@ OTHER FIXES & CHANGES:
- Remove bash-isms from build/tools/build-toolchain.sh. Now it's possible to
build it with the 'dash' shell on Debian-based systems (tested on Ubuntu 8.04)
+- Refresh C library headers for all platforms:
+
+ - make <endian.h> simply include <sys/endian.h>
+ - make <stdint.h> properly declare 64-bit integer types with a C99 compiler
+ - add missing <sys/types.h> to <strings.h>
+ - add GLibc-compatible macro aliases (st_atimensec, st_mtimensec and
+ st_ctimensec) to <stat.h>
+ - add missing declaration for tzset() in <time.h>
+
-------------------------------------------------------------------------------
android-ndk-1.6_r1