diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-08-09 01:27:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-08-09 01:27:20 +0000 |
commit | a7c684a235e60a2d30e75f59e2b11d4c50088090 (patch) | |
tree | 34a4cf4fb1df05fc677580e614ead4715e545b85 /ChangeLog | |
parent | c9cc8e10836ea99641f4010efe42dc41312fa9ac (diff) | |
download | glibc-a7c684a235e60a2d30e75f59e2b11d4c50088090.tar.gz glibc-a7c684a235e60a2d30e75f59e2b11d4c50088090.tar.xz glibc-a7c684a235e60a2d30e75f59e2b11d4c50088090.zip |
* argp/argp-help.c: Use _IO_vasprintf instead of vasprintf.
* include/stdio.h: Add libc_hidden_proto for __vfprintf_chk. * debug/vfprintf_chk.c: Add libc_hidden_def.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e4424044e3..119cc8f43f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-08 Ulrich Drepper <drepper@redhat.com> + + * argp/argp-help.c: Use _IO_vasprintf instead of vasprintf. + * include/stdio.h: Add libc_hidden_proto for __vfprintf_chk. + * debug/vfprintf_chk.c: Add libc_hidden_def. + 2005-08-08 Roland McGrath <roland@redhat.com> * argp/argp-help.c (__argp_error): __asprintf -> vasprintf. |