diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-09 21:18:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-09 21:18:14 +0000 |
commit | e071493f4104388966d0428387a540c15a91178f (patch) | |
tree | 70dd023aa0351e319d1b4ef9a5712a64c91e0bfa /ChangeLog | |
parent | a962d7dc18f73d075ef0bc4b6e08b05920b49353 (diff) | |
download | glibc-e071493f4104388966d0428387a540c15a91178f.tar glibc-e071493f4104388966d0428387a540c15a91178f.tar.gz glibc-e071493f4104388966d0428387a540c15a91178f.tar.bz2 glibc-e071493f4104388966d0428387a540c15a91178f.zip |
Update.
* misc/sys/cdefs.h: Despite what the gcc manual says, gcc 3.2
seems not to support the nothrow attribute. Use it only for gcc
3.3 and higher.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2004-09-09 Ulrich Drepper <drepper@redhat.com> + * misc/sys/cdefs.h: Despite what the gcc manual says, gcc 3.2 + seems not to support the nothrow attribute. Use it only for gcc + 3.3 and higher. + * malloc/hooks.c (top_check): Print top chunk corruption as normal error message. |