diff options
author | 2003-05-01 07:38:32 +0000 | |
---|---|---|
committer | 2003-05-01 07:38:32 +0000 | |
commit | a234e27dba9abdce3ba999479b024a4c7843422b (patch) | |
tree | ff027d48a9b1c2e45ff108d10b7a10dab38e7260 /string | |
parent | (__SIZEOF_PTHREAD_COND_T): Define to 48. (pthread_rwlock_t): Add 16 bytes of pad instead of 8 before __flags. (diff) | |
download | glibc-a234e27dba9abdce3ba999479b024a4c7843422b.tar.xz glibc-a234e27dba9abdce3ba999479b024a4c7843422b.zip |
Update.
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.
Diffstat (limited to 'string')
-rw-r--r-- | string/test-strcat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/string/test-strcat.c b/string/test-strcat.c index a3adfe3d8d..53c8462839 100644 --- a/string/test-strcat.c +++ b/string/test-strcat.c @@ -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; |