From 46e4bd3b8eb5b11579110092f2563d745bab1139 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 29 Aug 2000 02:54:55 +0000 Subject: Update. * libio/stdio.h: Add fmemopen prototype. 2000-08-25 Andreas Jaeger * 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 . 2000-08-28 Ulrich Drepper --- libio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libio/Makefile') diff --git a/libio/Makefile b/libio/Makefile index e41e78e36b..4208de6aff 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -41,10 +41,10 @@ routines := \ iovdprintf vscanf vsnprintf obprintf fcloseall fseeko ftello \ freopen64 fseeko64 ftello64 \ \ - libc_fatal + libc_fatal fmemopen tests = tst_swprintf tst_wprintf tst_swscanf tst_wscanf tst_getwc tst_putwc \ - tst_wprintf2 tst-widetext + tst_wprintf2 tst-widetext test-fmemopen all: # Make this the default target; it will be defined in Rules. -- cgit v1.2.3