diff options
author | Roland McGrath <roland@gnu.org> | 2005-08-09 00:58:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-08-09 00:58:13 +0000 |
commit | 4f17f1ee678c0d50ec00728771fe25d0c1ece1fc (patch) | |
tree | bac3ef9d6a49525b28a0e5fe9d6523b8b0c2e766 /ChangeLog | |
parent | c7b2c636e87514de323570b163c726194b2d0dba (diff) | |
download | glibc-4f17f1ee678c0d50ec00728771fe25d0c1ece1fc.tar.gz glibc-4f17f1ee678c0d50ec00728771fe25d0c1ece1fc.tar.xz glibc-4f17f1ee678c0d50ec00728771fe25d0c1ece1fc.zip |
* argp/argp-help.c (__argp_error): __asprintf -> vasprintf.
(__argp_failure): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ca5b5ef9e9..e4424044e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-08 Roland McGrath <roland@redhat.com> + + * argp/argp-help.c (__argp_error): __asprintf -> vasprintf. + (__argp_failure): Likewise. + 2005-08-08 Ulrich Drepper <drepper@redhat.com> * nscd/cache.c (cache_add): Commit hash table and header to disk. |