diff options
Diffstat (limited to 'libgloss/mips')
-rw-r--r-- | libgloss/mips/cfe_api.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libgloss/mips/cfe_api.h b/libgloss/mips/cfe_api.h index afe46834e..b17f929c4 100644 --- a/libgloss/mips/cfe_api.h +++ b/libgloss/mips/cfe_api.h @@ -59,13 +59,6 @@ * CFE_API_* can be defined here as desired. */ /* Begin customization. */ -#include <sys/types.h> /* for __uint64_t and __int64_t. */ -#define int64_t __int64_t -#define uint64_t __int64_t -#include <_ansi.h> /* for _POINTER_INT. */ -typedef _POINTER_INT intptr_t; -typedef unsigned _POINTER_INT uintptr_t; - #include <string.h> #define cfe_strlen(s) strlen(s) |