* commit 'cc12c74f7f65c571778989cd902eb5b9fa74fb11': Make sure __u64 is defined even for strict ansi or -std=c99
This commit is contained in:

committed by
Android Git Automerger

commit
632c07c092
@@ -25,7 +25,7 @@ typedef unsigned short __u16;
|
|||||||
typedef __signed__ int __s32;
|
typedef __signed__ int __s32;
|
||||||
typedef unsigned int __u32;
|
typedef unsigned int __u32;
|
||||||
|
|
||||||
#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
|
#ifdef __GNUC__
|
||||||
typedef __signed__ long long __s64;
|
typedef __signed__ long long __s64;
|
||||||
typedef unsigned long long __u64;
|
typedef unsigned long long __u64;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user