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:
authorJeff Johnston <jjohnstn@redhat.com>2014-11-06 20:45:14 +0300
committerJeff Johnston <jjohnstn@redhat.com>2014-11-06 20:45:14 +0300
commit85907fe082d4611518a6f3031d7a23f007d471fa (patch)
treee65846ab0914dbff934260d3354878395053ab34 /newlib/newlib.hin
parent0f3cacfaa584f98abbc6eee987044c28f1d71156 (diff)
2014-11-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.in: Add autoconf test to determine size of uintptr_t. * newlib.hin: Add new autoconf feature variables. * libc/include/inttypes.h: Use new feature variables. * configure: Regenerate.
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