summaryrefslogtreecommitdiff
path: root/libio/Makefile
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/Makefile
parent2d79a585c11cdd89f6406c49f339bac3def51431 (diff)
* libio/stdio.h: Declare open_wmemstream.
* libio/Versions: Export open_wmemstream for GLIBC_2.4.
Diffstat (limited to 'libio/Makefile')
-rw-r--r--libio/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/libio/Makefile b/libio/Makefile
index 5817bd7532..4437872984 100644
--- a/libio/Makefile
+++ b/libio/Makefile
@@ -35,7 +35,7 @@ routines := \
iofputws iofputws_u iogetwline iowpadn ioungetwc putwc putwc_u \
putwchar putwchar_u putchar putchar_u fwprintf swprintf vwprintf \
wprintf wscanf fwscanf vwscanf vswprintf iovswscanf swscanf wgenops \
- wstrops wfileops iofwide fwide \
+ wstrops wfileops iofwide fwide wmemstream \
\
clearerr feof ferror fileno fputc freopen fseek getc getchar \
memstream pclose putc putchar rewind setbuf setlinebuf vasprintf \
@@ -54,7 +54,9 @@ tests = tst_swprintf tst_wprintf tst_swscanf tst_wscanf tst_getwc tst_putwc \
tst-freopen bug-rewind bug-rewind2 bug-ungetc bug-fseek \
tst-mmap-eofsync tst-mmap-fflushsync bug-mmap-fflush \
tst-mmap2-eofsync tst-mmap-offend bug-fopena+ bug-wfflush \
- bug-ungetc2 bug-ftell bug-ungetc3 bug-ungetc4
+ bug-ungetc2 bug-ftell bug-ungetc3 bug-ungetc4 \
+ tst-memstream1 tst-memstream2 \
+ tst-wmemstream1 tst-wmemstream2
test-srcs = test-freopen
all: # Make this the default target; it will be defined in Rules.