summaryrefslogtreecommitdiff
path: root/lib/regex.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-01 07:39:56 +0000
committerJim Meyering <jim@meyering.net>2001-09-01 07:39:56 +0000
commit6fd75407f472cfa8fe2a929cb656a1534ce3400c (patch)
tree2f22cc23b076791c664ab174c4e9ecd841ad7f1a /lib/regex.c
parent1d07c58db8d6093016d71bbe7ddbb0fbbb6a6877 (diff)
downloadcoreutils-6fd75407f472cfa8fe2a929cb656a1534ce3400c.tar.xz
(uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
doesn't conflict with sparc-sun-solaris2.7's definition in /usr/include/sys/int_types.h.
Diffstat (limited to 'lib/regex.c')
-rw-r--r--lib/regex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/regex.c b/lib/regex.c
index 83a6820b5..1840b03ef 100644
--- a/lib/regex.c
+++ b/lib/regex.c
@@ -297,6 +297,7 @@ init_syntax_once ()
/* Integer type for pointers. */
# if !defined _LIBC
+#define uintptr_t private_uintptr_t
typedef unsigned long int uintptr_t;
# endif