]> sourceware.org Git - newlib-cygwin.git/commitdiff
Remove duplicate u_int*_t definitions
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Wed, 20 Apr 2016 13:29:50 +0000 (15:29 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 20 Apr 2016 13:56:54 +0000 (15:56 +0200)
Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
newlib/libc/include/sys/types.h

index dbd6f2b89539f1c27d56c7ed186a15a9b5c4c8e3..ee487c5848c6cd9c5de268381503b4fffb19469f 100644 (file)
@@ -162,13 +162,9 @@ typedef unsigned long vm_size_t;
 #define __BIT_TYPES_DEFINED__
 
 typedef signed char int8_t;
-typedef unsigned char u_int8_t;
 typedef short int16_t;
-typedef unsigned short u_int16_t;
 typedef int int32_t;
-typedef unsigned int u_int32_t;
 typedef long long int64_t;
-typedef unsigned long long u_int64_t;
 typedef int32_t register_t;
 #endif /* __i386__ && (GO32 || __MSDOS__) */
 
This page took 0.034978 seconds and 5 git commands to generate.