Remove duplicate u_int*_t definitions
Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
parent
1f02aa08d1
commit
2b569add11
@ -162,13 +162,9 @@ typedef unsigned long vm_size_t;
|
|||||||
#define __BIT_TYPES_DEFINED__
|
#define __BIT_TYPES_DEFINED__
|
||||||
|
|
||||||
typedef signed char int8_t;
|
typedef signed char int8_t;
|
||||||
typedef unsigned char u_int8_t;
|
|
||||||
typedef short int16_t;
|
typedef short int16_t;
|
||||||
typedef unsigned short u_int16_t;
|
|
||||||
typedef int int32_t;
|
typedef int int32_t;
|
||||||
typedef unsigned int u_int32_t;
|
|
||||||
typedef long long int64_t;
|
typedef long long int64_t;
|
||||||
typedef unsigned long long u_int64_t;
|
|
||||||
typedef int32_t register_t;
|
typedef int32_t register_t;
|
||||||
#endif /* __i386__ && (GO32 || __MSDOS__) */
|
#endif /* __i386__ && (GO32 || __MSDOS__) */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user