about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-08-09 00:58:13 +0000
committerRoland McGrath <roland@gnu.org>2005-08-09 00:58:13 +0000
commit4f17f1ee678c0d50ec00728771fe25d0c1ece1fc (patch)
treebac3ef9d6a49525b28a0e5fe9d6523b8b0c2e766
parentc7b2c636e87514de323570b163c726194b2d0dba (diff)
downloadglibc-4f17f1ee678c0d50ec00728771fe25d0c1ece1fc.tar.gz
glibc-4f17f1ee678c0d50ec00728771fe25d0c1ece1fc.tar.xz
glibc-4f17f1ee678c0d50ec00728771fe25d0c1ece1fc.zip
* argp/argp-help.c (__argp_error): __asprintf -> vasprintf.
	(__argp_failure): Likewise.
-rw-r--r--ChangeLog5
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.