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:
Diffstat (limited to 'libgloss/mips/cfe_api.h')
-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)