mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 10:22:41 +08:00
Update.
2001-11-15 Jeff Law <law@redhat.com> * posix/regex.c (uintptr_t): Do not provide a definition if the system provided one.
This commit is contained in:
parent
447e5dfd2b
commit
f6b20a369e
@ -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 ...
|
||||
|
@ -297,7 +297,7 @@ init_syntax_once ()
|
||||
# endif /* emacs */
|
||||
|
||||
/* Integer type for pointers. */
|
||||
# if !defined _LIBC
|
||||
# if !defined _LIBC && !defined HAVE_UINTPTR_T
|
||||
typedef unsigned long int uintptr_t;
|
||||
# endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user