Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-20 16:29:50 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-04-20 16:56:54 +0300
commit2b569add116762d158fa068d2ba8cf979227402c (patch)
treeec616408eb6851c2468abe0d4c4a648235edc356 /newlib
parent1f02aa08d1c9510f87c329a6fce2932e9df1fc9e (diff)
Remove duplicate u_int*_t definitions
Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
Diffstat (limited to 'newlib')
-rw-r--r--newlib/libc/include/sys/types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/newlib/libc/include/sys/types.h b/newlib/libc/include/sys/types.h
index dbd6f2b89..ee487c584 100644
--- a/newlib/libc/include/sys/types.h
+++ b/newlib/libc/include/sys/types.h
@@ -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__) */