From 63f8fe54565b20dc7adb23381a7eb21439f02a40 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 16 Jan 2006 20:14:50 +0000 Subject: * libio/stdio.h: Declare open_wmemstream. * libio/Versions: Export open_wmemstream for GLIBC_2.4. --- libio/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libio/Versions') diff --git a/libio/Versions b/libio/Versions index c870494..e7a96da 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; -- cgit v1.1