From 60f867812c4f0aa5240c4b228eb8fd0475c7c674 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 20 Apr 2016 15:29:51 +0200 Subject: [PATCH] Remove duplicate int*_t definitions Types are already available via included some lines above. Signed-off-by: Sebastian Huber --- newlib/libc/include/sys/types.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/newlib/libc/include/sys/types.h b/newlib/libc/include/sys/types.h index ee487c584..067d6506a 100644 --- a/newlib/libc/include/sys/types.h +++ b/newlib/libc/include/sys/types.h @@ -161,10 +161,6 @@ typedef unsigned long vm_size_t; #define __BIT_TYPES_DEFINED__ -typedef signed char int8_t; -typedef short int16_t; -typedef int int32_t; -typedef long long int64_t; typedef int32_t register_t; #endif /* __i386__ && (GO32 || __MSDOS__) */