summary refs log tree commit diff
path: root/libio/Makefile
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2014-10-30 12:18:48 +0100
committerAndreas Schwab <schwab@suse.de>2014-11-03 09:58:24 +0100
commit04b76b5aa8b2d1d19066e42dd1a56a38f34e274c (patch)
tree4dfc80ec8c905d6dbe0bb2ea4d54a9b02178b9ca /libio/Makefile
parent4c6da7da9fb1f0f94e668e6d2966a4f50a7f0d85 (diff)
downloadglibc-04b76b5aa8b2d1d19066e42dd1a56a38f34e274c.tar.gz
glibc-04b76b5aa8b2d1d19066e42dd1a56a38f34e274c.tar.xz
glibc-04b76b5aa8b2d1d19066e42dd1a56a38f34e274c.zip
Don't error out writing a multibyte character to an unbuffered stream (bug 17522)
Diffstat (limited to 'libio/Makefile')
-rw-r--r--libio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/Makefile b/libio/Makefile
index 56952ce744..2742128a9d 100644
--- a/libio/Makefile
+++ b/libio/Makefile
@@ -61,7 +61,7 @@ tests = tst_swprintf tst_wprintf tst_swscanf tst_wscanf tst_getwc tst_putwc   \
 	bug-memstream1 bug-wmemstream1 \
 	tst-setvbuf1 tst-popen1 tst-fgetwc bug-wsetpos tst-fseek \
 	tst-fwrite-error tst-ftell-partial-wide tst-ftell-active-handler \
-	tst-ftell-append
+	tst-ftell-append tst-fputws
 ifeq (yes,$(build-shared))
 # Add test-fopenloc only if shared library is enabled since it depends on
 # shared localedata objects.