remove __BIT_TYPES_DEFINED__ because they are actually not defined.
Change-Id: Iae6489c013ff92042f001d50e9a9983a409c268e
This commit is contained in:
parent
eec4c10f33
commit
ec92655ec2
2 changed files with 4 additions and 0 deletions
|
@ -58,7 +58,9 @@ typedef long long int __int64_t;
|
|||
typedef unsigned long long int __uint64_t;
|
||||
#endif
|
||||
|
||||
#if !defined(__minix)
|
||||
#define __BIT_TYPES_DEFINED__
|
||||
#endif /* !defined(__minix) */
|
||||
|
||||
/* 7.18.1.4 Integer types capable of holding object pointers */
|
||||
|
||||
|
|
|
@ -58,7 +58,9 @@ typedef long long int __int64_t;
|
|||
typedef unsigned long long int __uint64_t;
|
||||
#endif
|
||||
|
||||
#if !defined(__minix)
|
||||
#define __BIT_TYPES_DEFINED__
|
||||
#endif /* !defined(__minix) */
|
||||
|
||||
/* 7.18.1.4 Integer types capable of holding object pointers */
|
||||
|
||||
|
|
Loading…
Reference in a new issue