diff options
author | Andreas Schwab <schwab@suse.de> | 2014-10-30 12:18:48 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2014-11-03 09:58:24 +0100 |
commit | 04b76b5aa8b2d1d19066e42dd1a56a38f34e274c (patch) | |
tree | 4dfc80ec8c905d6dbe0bb2ea4d54a9b02178b9ca /libio/Makefile | |
parent | 4c6da7da9fb1f0f94e668e6d2966a4f50a7f0d85 (diff) | |
download | glibc-04b76b5aa8b2d1d19066e42dd1a56a38f34e274c.zip glibc-04b76b5aa8b2d1d19066e42dd1a56a38f34e274c.tar.gz glibc-04b76b5aa8b2d1d19066e42dd1a56a38f34e274c.tar.bz2 |
Don't error out writing a multibyte character to an unbuffered stream (bug 17522)
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/Makefile b/libio/Makefile index 56952ce..2742128 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. |