am 6dcf0d73
: am 3dc94305
: am 17a40ffb
: am c57fd963
: Merge "NDK: x86 header file has incorrect definition for ptrdiff_t"
* commit '6dcf0d73a69e01a9ef1d4d2f1e61cd114c0851a5': NDK: x86 header file has incorrect definition for ptrdiff_t
This commit is contained in:
commit
68990d19e4
@ -51,7 +51,11 @@ typedef long int ssize_t;
|
||||
#endif
|
||||
#ifndef _PTRDIFF_T
|
||||
#define _PTRDIFF_T
|
||||
typedef long ptrdiff_t;
|
||||
# ifdef __ANDROID__
|
||||
typedef int ptrdiff_t;
|
||||
# else
|
||||
typedef long ptrdiff_t;
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include <linux/types.h>
|
||||
|
Loading…
Reference in New Issue
Block a user