about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-15 06:28:10 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-15 06:28:10 +0000
commitcc93e10244716b62f4f310a7c9dcc60dd531215a (patch)
tree4147d38bbef7c947ef586af0e28d74a983b52182 /ChangeLog
parentb6cfea1299f5d86b17508fd7a52e3fb5bc40bb63 (diff)
downloadglibc-cc93e10244716b62f4f310a7c9dcc60dd531215a.tar.gz
glibc-cc93e10244716b62f4f310a7c9dcc60dd531215a.tar.xz
glibc-cc93e10244716b62f4f310a7c9dcc60dd531215a.zip
Update.
	* libio/memstream.c (open_memstream): Don't allow wide char operations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac3576f1d0..01cd350c2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-09-14  Ulrich Drepper  <drepper@redhat.com>
 
+	* libio/memstream.c (open_memstream): Don't allow wide char operations.
+
 	* dirent/dirent.h: Remove __THROW from scandir.
 
 2003-09-14  Philip Blundell  <philb@gnu.org>