about summary refs log tree commit diff
path: root/libio/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-29 02:54:55 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-29 02:54:55 +0000
commit46e4bd3b8eb5b11579110092f2563d745bab1139 (patch)
tree89e42e004e11904c65f3f880b5f58715e81bf382 /libio/Versions
parent07d94f904544f10b49595dd08271388c20211584 (diff)
downloadglibc-46e4bd3b8eb5b11579110092f2563d745bab1139.tar.gz
glibc-46e4bd3b8eb5b11579110092f2563d745bab1139.tar.xz
glibc-46e4bd3b8eb5b11579110092f2563d745bab1139.zip
Update.
	* libio/stdio.h: Add fmemopen prototype.

2000-08-25  Andreas Jaeger  <aj@suse.de>

	* libio/Makefile (routines): Add fmemopen.
	(tests): Add test-fmemopen.
	* libio/Versions: Add fmemopen with version GLIBC_2.2.
	* libio/test-fmemopen.c: New file.
	* libio/fmemopen.c: New file.
	Patches by Hanno Mueller <kontakt@hanno.de>.

2000-08-28  Ulrich Drepper  <drepper@redhat.com>
Diffstat (limited to 'libio/Versions')
-rw-r--r--libio/Versions2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/Versions b/libio/Versions
index 0b57cce4f0..8c1f35d57f 100644
--- a/libio/Versions
+++ b/libio/Versions
@@ -121,7 +121,7 @@ libc {
     # f*
     fgetpos; fgetpos64; fgetwc; fgetwc_unlocked; fgetws; fgetws_unlocked;
     fputwc; fputwc_unlocked; fputws; fputws_unlocked; fsetpos; fsetpos64;
-    fwide; fwprintf; fwscanf; fopencookie;
+    fwide; fwprintf; fwscanf; fopencookie; fmemopen;
 
     # g*
     getwc; getwc_unlocked; getwchar; getwchar_unlocked;