diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-26 01:49:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-26 01:49:11 +0000 |
commit | 01339a67096fe99e866832ac39e03f7679a35ba4 (patch) | |
tree | fdd0efbf789fc3f8b3a4741b72149a353edc2a7c /ChangeLog | |
parent | 3fa1046805695f2baca120331f9a2b7bc736db20 (diff) | |
download | glibc-01339a67096fe99e866832ac39e03f7679a35ba4.tar.gz glibc-01339a67096fe99e866832ac39e03f7679a35ba4.tar.xz glibc-01339a67096fe99e866832ac39e03f7679a35ba4.zip |
* stdio-common/Makefile: Avoid format string warning for tst-sprint.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 324bcabb25..b28776d77f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-08-25 Ulrich Drepper <drepper@redhat.com> + * stdio-common/Makefile: Avoid format string warning for tst-sprint. + * posix/regex_internal.h: Prevent some declarations and definitions to be seen when used in tests. |