Files
android_development/ndk
David 'Digit' Turner 3da072d28f 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)
2012-04-02 17:41:16 +08:00
..
2012-04-02 17:41:16 +08:00
2010-09-22 15:11:57 +02:00
2010-06-09 17:46:46 -07:00