]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 d301cd7e8431132fd9e3da2a43b6690ed5c7e3c2..7851b1b87c77d1fa0909a649d35a78216f586d8f 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 1435a809aa534c29cbb0d0709ca410ede793d2e3..bf85cbd4c29ca02b2d6d066d57151d5e355e1623 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