Merge "Add some glibc-like #defines for libchrome."

This commit is contained in:
Elliott Hughes 2015-07-07 16:56:52 +00:00 committed by Gerrit Code Review
commit 7a9732d663

View File

@ -520,6 +520,11 @@
#include <android/api-level.h>
/* glibc compatibility. */
#if __POSIX_VISIBLE >= 200809
#define __USE_ISOC99 1
#define __USE_XOPEN2K 1
#define __USE_XOPEN2K8 1
#endif
#if __LP64__
#define __WORDSIZE 64
#else