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
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2013-04-20 02:06:34 +0400
committerSteve Ellcey <sellcey@mips.com>2013-04-20 02:06:34 +0400
commitc22112f61a5f282c030df058d832548f942bac07 (patch)
tree7886a3ce1996eed047de7e7f8e1485660584eac0 /libgloss/mips
parent289a9a6d9b8d6c60558488bf37a0a7b8cd66018f (diff)
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.h7
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)