aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2009-10-20 15:25:40 -0700
committerDavid 'Digit' Turner <digit@google.com>2009-10-20 15:25:40 -0700
commit73c74a2de2ef7ac8482655c233c63c4ad563f209 (patch)
tree5528d5948f8038c9b2470e2efa5ad05e2a4b3d2d /docs
parent9ec7ab3983c35ada6fd1c06bb83fd0d5792279f2 (diff)
downloadndk-73c74a2de2ef7ac8482655c233c63c4ad563f209.tar.gz
Refresh NDK C library headers for all platforms
Diffstat (limited to 'docs')
-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