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 'newlib/newlib.hin')
-rw-r--r--newlib/newlib.hin6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/newlib.hin b/newlib/newlib.hin
index eadafc8a6..64aa9b329 100644
--- a/newlib/newlib.hin
+++ b/newlib/newlib.hin
@@ -61,6 +61,12 @@
/* True if long double supported and it is equal to double. */
#undef _LDBL_EQ_DBL
+/* Define if uintptr_t is unsigned long on this architecture */
+#undef _UINTPTR_EQ_ULONG
+
+/* Define if uintptr_t is unsigned long long on this architecture */
+#undef _UINTPTR_EQ_ULONGLONG
+
/* Define if ivo supported in streamio. */
#undef _FVWRITE_IN_STREAMIO