Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 15 Nov 2001 18:27:28 +0000 (18:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 15 Nov 2001 18:27:28 +0000 (18:27 +0000)
2001-11-15  Jeff Law  <law@redhat.com>

* posix/regex.c (uintptr_t): Do not provide a definition if the
system provided one.

ChangeLog
posix/regex.c

index d301cd7..7851b1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-15  Jeff Law  <law@redhat.com>
+
+       * posix/regex.c (uintptr_t): Do not provide a definition if the
+       system provided one.
+
 2001-11-13  Roland McGrath  <roland@frob.com>
 
        * stdio-common/tmpfile.c: Moved to ...
index 1435a80..bf85cbd 100644 (file)
@@ -297,7 +297,7 @@ init_syntax_once ()
 # endif /* emacs */
 \f
 /* Integer type for pointers.  */
-# if !defined _LIBC
+# if !defined _LIBC && !defined HAVE_UINTPTR_T
 typedef unsigned long int uintptr_t;
 # endif