about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-05-25 13:49:30 +0000
committerUlrich Drepper <drepper@redhat.com>1999-05-25 13:49:30 +0000
commit96d0213ee14dda1994db7583913bba4a6ffca6d3 (patch)
tree229ddb1002d858eb132a9d35848ba678b9e1e5a7 /ChangeLog
parent0ae97dea38e26699e5bed9f190f0452a05d65b23 (diff)
downloadglibc-96d0213ee14dda1994db7583913bba4a6ffca6d3.tar.gz
glibc-96d0213ee14dda1994db7583913bba4a6ffca6d3.tar.xz
glibc-96d0213ee14dda1994db7583913bba4a6ffca6d3.zip
Update.
	* stdio-common/vfscanf.c (_IO_vfscanf): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c798822f1..f7833de0ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
 	* stdio-common/vfprintf.c (vfprintf): Don't implement special
 	handling for long long if it is the same as long.
+	* stdio-common/vfscanf.c (_IO_vfscanf): Likewise.
 
 	* stdlib/strtol.c: Moved to ...
 	* sysdeps/generic/strtol.c: ...here.