about summary refs log tree commit diff
path: root/libio/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-01-16 20:14:50 +0000
committerUlrich Drepper <drepper@redhat.com>2006-01-16 20:14:50 +0000
commit63f8fe54565b20dc7adb23381a7eb21439f02a40 (patch)
treea5e8b8558680be271be24ae8fce6d067c921261b /libio/Versions
parent2d79a585c11cdd89f6406c49f339bac3def51431 (diff)
downloadglibc-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 'libio/Versions')
-rw-r--r--libio/Versions3
1 files changed, 3 insertions, 0 deletions
diff --git a/libio/Versions b/libio/Versions
index c870494872..e7a96daca5 100644
--- a/libio/Versions
+++ b/libio/Versions
@@ -145,6 +145,9 @@ libc {
     # w*
     wprintf; wscanf;
   }
+  GLIBC_2.4 {
+    open_wmemstream;
+  }
   GLIBC_PRIVATE {
     # Used by NPTL and librt
     __libc_fatal;