mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Update.
2003-09-22 Ulrich Drepper <drepper@redhat.com> * malloc/malloc.c: Include <stdint.h>.
This commit is contained in:
@@ -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>
|
2003-09-20 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
* posix/regcomp.c (build_word_op): Rename like...
|
* posix/regcomp.c (build_word_op): Rename like...
|
||||||
|
@@ -5,13 +5,6 @@
|
|||||||
* locales/eu_ES: Fix int_frac_digits and frac_digits values.
|
* locales/eu_ES: Fix int_frac_digits and frac_digits values.
|
||||||
* locales/gl_ES: Likewise.
|
* 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>
|
2003-09-17 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* locales/lo_LA: Fix duplicated collation entries.
|
* locales/lo_LA: Fix duplicated collation entries.
|
||||||
|
@@ -275,6 +275,8 @@ extern "C" {
|
|||||||
#include <stdio.h> /* needed for malloc_stats */
|
#include <stdio.h> /* needed for malloc_stats */
|
||||||
#include <errno.h> /* needed for optional MALLOC_FAILURE_ACTION */
|
#include <errno.h> /* needed for optional MALLOC_FAILURE_ACTION */
|
||||||
|
|
||||||
|
/* For uintptr_t. */
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Debugging:
|
Debugging:
|
||||||
|
Reference in New Issue
Block a user