diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-05-07 20:36:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-05-07 20:36:13 +0000 |
commit | 83c0f41ff0a3964e86fd0083a7aba4d587b5451b (patch) | |
tree | 50d8230b66b7159375e59fc64a4c14cad2b2a508 /ChangeLog | |
parent | 7b9189934509bd343dc77ef49d40620f327b6708 (diff) | |
download | glibc-83c0f41ff0a3964e86fd0083a7aba4d587b5451b.tar.gz glibc-83c0f41ff0a3964e86fd0083a7aba4d587b5451b.tar.xz glibc-83c0f41ff0a3964e86fd0083a7aba4d587b5451b.zip |
* intl/libintl.h: Always use __attribute_format_arg__ for gettext
functions since gcc sometimes forgets the attribute for the standard functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2416243f1d..beafec6419 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-05-07 Ulrich Drepper <drepper@redhat.com> + + * intl/libintl.h: Always use __attribute_format_arg__ for gettext + functions since gcc sometimes forgets the attribute for the + standard functions. + 2005-05-06 Jakub Jelinek <jakub@redhat.com> [BZ #934] |