commit | 3da072d28fd5b1d9cc4ea76b65fda298f859ef27 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Mon Jan 09 13:58:32 2012 +0100 |
committer | Andrew Hsieh <andrewhsieh@google.com> | Mon Apr 02 17:41:16 2012 +0800 |
tree | 32aea0ba2231dec78d966f8cc2a3bbc1106537be | |
parent | 7ae589ca49c8a37f52712101476c6cd664cc7e08 [diff] |
ndk: <sys/cdefs.h> minor update This patch fixes some formatting issues in <sys/cdefs.h>: - change '#if __STDC_VERSION__ > xxx' into '#if defined(__STDC_VERSION__) && __STDC_VERSION > xxx' - add __LIBC_HIDDEN__ definition (not technically required, but makes comparing the headers with upstream easier)