diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-16 20:14:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-16 20:14:50 +0000 |
commit | 63f8fe54565b20dc7adb23381a7eb21439f02a40 (patch) | |
tree | a5e8b8558680be271be24ae8fce6d067c921261b /ChangeLog | |
parent | 2d79a585c11cdd89f6406c49f339bac3def51431 (diff) | |
download | glibc-63f8fe54565b20dc7adb23381a7eb21439f02a40.tar.gz glibc-63f8fe54565b20dc7adb23381a7eb21439f02a40.tar.xz glibc-63f8fe54565b20dc7adb23381a7eb21439f02a40.zip |
* libio/stdio.h: Declare open_wmemstream.
* libio/Versions: Export open_wmemstream for GLIBC_2.4.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d147d69184..94ce153853 100644 --- a/ChangeLog +++ b/ChangeLog @@ -775,6 +775,8 @@ 2006-01-11 Ulrich Drepper <drepper@redhat.com> * libio/wmemstream.c: New file. + * libio/stdio.h: Declare open_wmemstream. + * libio/Versions: Export open_wmemstream for GLIBC_2.4. * libio/Makefile (routines): Add wmemstream. (tests): Add tst-memstream1, tst-memstream2, tst-wmemstream2, and tst-wmemstream2. |