From: Ulrich Drepper Date: Tue, 23 Sep 2003 05:47:54 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~189 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d78bb43349cbd51805bcf0682af08a45b9988b8;p=thirdparty%2Fglibc.git Update. 2003-09-22 Ulrich Drepper * malloc/malloc.c: Include . --- diff --git a/ChangeLog b/ChangeLog index 9fc0a6576c9..798793a00ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-22 Ulrich Drepper + + * malloc/malloc.c: Include . + 2003-09-20 Paolo Bonzini * posix/regcomp.c (build_word_op): Rename like... diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 0458879d70b..ff8034e543b 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -5,13 +5,6 @@ * locales/eu_ES: Fix int_frac_digits and frac_digits values. * locales/gl_ES: Likewise. -2003-09-21 Jordi Mallach - - * locales/ca_ES: Fix mon_grouping, int_frac_digits and frac_digits - values. - * locales/eu_ES: Fix int_frac_digits and frac_digits values. - * locales/gl_ES: Likewise. - 2003-09-17 Ulrich Drepper * locales/lo_LA: Fix duplicated collation entries. diff --git a/malloc/malloc.c b/malloc/malloc.c index 442f17e71a0..1cb374df262 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -275,6 +275,8 @@ extern "C" { #include /* needed for malloc_stats */ #include /* needed for optional MALLOC_FAILURE_ACTION */ +/* For uintptr_t. */ +#include /* Debugging: