am 7a9732d6: Merge "Add some glibc-like #defines for libchrome."
* commit '7a9732d663906bedd8734c9952e35728c2662767': Add some glibc-like #defines for libchrome.
This commit is contained in:
commit
049a5ae002
@ -520,6 +520,11 @@
|
|||||||
#include <android/api-level.h>
|
#include <android/api-level.h>
|
||||||
|
|
||||||
/* glibc compatibility. */
|
/* glibc compatibility. */
|
||||||
|
#if __POSIX_VISIBLE >= 200809
|
||||||
|
#define __USE_ISOC99 1
|
||||||
|
#define __USE_XOPEN2K 1
|
||||||
|
#define __USE_XOPEN2K8 1
|
||||||
|
#endif
|
||||||
#if __LP64__
|
#if __LP64__
|
||||||
#define __WORDSIZE 64
|
#define __WORDSIZE 64
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user