diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-15 06:28:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-15 06:28:10 +0000 |
commit | cc93e10244716b62f4f310a7c9dcc60dd531215a (patch) | |
tree | 4147d38bbef7c947ef586af0e28d74a983b52182 /ChangeLog | |
parent | b6cfea1299f5d86b17508fd7a52e3fb5bc40bb63 (diff) | |
download | glibc-cc93e10244716b62f4f310a7c9dcc60dd531215a.tar glibc-cc93e10244716b62f4f310a7c9dcc60dd531215a.tar.gz glibc-cc93e10244716b62f4f310a7c9dcc60dd531215a.tar.bz2 glibc-cc93e10244716b62f4f310a7c9dcc60dd531215a.zip |
Update.
* libio/memstream.c (open_memstream): Don't allow wide char operations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |