Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/fputwc_u.c')
-rw-r--r--newlib/libc/stdio/fputwc_u.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libc/stdio/fputwc_u.c b/newlib/libc/stdio/fputwc_u.c
index a5cc9a5d5..7e7403b99 100644
--- a/newlib/libc/stdio/fputwc_u.c
+++ b/newlib/libc/stdio/fputwc_u.c
@@ -34,8 +34,6 @@ _fputwc_unlocked_r (struct _reent *ptr,
wchar_t wc,
FILE *fp)
{
- if (ORIENT(fp, 1) != 1)
- return WEOF;
return __fputwc(ptr, wc, fp);
}