commit | bea05255de4372e7c2d41489b637338f59df9361 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Mon Jan 09 13:58:32 2012 +0100 |
committer | David 'Digit' Turner <digit@google.com> | Wed Jan 11 11:29:10 2012 +0100 |
tree | 7faa64c59af5e7473c316e7e2e678e6d74a2ddee | |
parent | e4f252821e642b0fa67d8aa57af2d8cc81538764 [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) Change-Id: I5fd13224181e2f757fb01cb99c93508c3a6d9e13