1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
2003-05-01  Ulrich Drepper  <drepper@redhat.com>

	* malloc/malloc.c (mSTATs): Call ptmalloc_init if necessary.

2003-04-29  Andreas Schwab  <schwab@suse.de>

	* string/test-strcat.c (do_one_test): Fix attribute name.
This commit is contained in:
Ulrich Drepper
2003-05-01 07:38:32 +00:00
parent 69278ade4a
commit a234e27dba
13 changed files with 70 additions and 11 deletions

View File

@ -59,8 +59,8 @@ do_one_test (impl_t *impl, char *dst, const char *src)
if (HP_TIMING_AVAIL)
{
hp_timing_t start __attribute ((used));
hp_timing_t stop __attribute ((used));
hp_timing_t start __attribute ((unused));
hp_timing_t stop __attribute ((unused));
hp_timing_t best_time = ~ (hp_timing_t) 0;
size_t i;