diff options
author | Steve Ellcey <sellcey@mips.com> | 2013-04-19 22:06:34 +0000 |
---|---|---|
committer | Steve Ellcey <sellcey@mips.com> | 2013-04-19 22:06:34 +0000 |
commit | c22112f61a5f282c030df058d832548f942bac07 (patch) | |
tree | 7886a3ce1996eed047de7e7f8e1485660584eac0 /libgloss/mips | |
parent | 289a9a6d9b8d6c60558488bf37a0a7b8cd66018f (diff) | |
download | newlib-c22112f61a5f282c030df058d832548f942bac07.zip newlib-c22112f61a5f282c030df058d832548f942bac07.tar.gz newlib-c22112f61a5f282c030df058d832548f942bac07.tar.bz2 |
2013-04-19 Steve Ellcey <sellcey@imgtec.com>
* mips/cfe_api.h (int64_t): Remove define.
(uint64_t): Remove define.
(intptr_t): Remove define.
(uintptr_t): Remove define.
(sys/types.h): Remove include.
(_ansi.h): Remove include.
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 afe4683..b17f929 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) |