]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 23 Sep 2003 05:47:54 +0000 (05:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 23 Sep 2003 05:47:54 +0000 (05:47 +0000)
2003-09-22  Ulrich Drepper  <drepper@redhat.com>

* malloc/malloc.c: Include <stdint.h>.

ChangeLog
localedata/ChangeLog
malloc/malloc.c

index 9fc0a6576c9aa25e7bf377eea2db85b927e013a5..798793a00ba0c17b5bc7e2f7e1cc202ec55a73e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-22  Ulrich Drepper  <drepper@redhat.com>
+
+       * malloc/malloc.c: Include <stdint.h>.
+
 2003-09-20  Paolo Bonzini  <bonzini@gnu.org>
 
        * posix/regcomp.c (build_word_op): Rename like...
index 0458879d70b6a9e8a8102e4834f4e9f56509961a..ff8034e543b31c6b4dc109d6d365361c5799126d 100644 (file)
@@ -5,13 +5,6 @@
        * locales/eu_ES: Fix int_frac_digits and frac_digits values.
        * locales/gl_ES: Likewise.
 
-2003-09-21  Jordi Mallach  <jordi@gnu.org>
-
-       * 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  <drepper@redhat.com>
 
        * locales/lo_LA: Fix duplicated collation entries.
index 442f17e71a008b3e546bc5c282d7d244dbd269b6..1cb374df26291f78dc83c85058814bcc868951b3 100644 (file)
@@ -275,6 +275,8 @@ extern "C" {
 #include <stdio.h>    /* needed for malloc_stats */
 #include <errno.h>    /* needed for optional MALLOC_FAILURE_ACTION */
 
+/* For uintptr_t.  */
+#include <stdint.h>
 
 /*
   Debugging: