X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=StdLib%2FLibC%2FStdio%2Ffputwc.c;h=76ed839203a02f234acce350f8674f4fa5f9cdd9;hp=8bbd407362f3346801047380132b9cbdaa074567;hb=a7a8363d86ec8ad445fb73619b1ca5cac4e56a86;hpb=c7907ba2fa68a7515747385bf63b47f5e281c904 diff --git a/StdLib/LibC/Stdio/fputwc.c b/StdLib/LibC/Stdio/fputwc.c index 8bbd407362..76ed839203 100644 --- a/StdLib/LibC/Stdio/fputwc.c +++ b/StdLib/LibC/Stdio/fputwc.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License that accompanies this distribution. The full text of the license may be found at @@ -81,7 +81,6 @@ __fputwc_unlock(wchar_t wc, FILE *fp) size = wcrtomb(buf, wc, st); if (size == (size_t)-1) { - errno = EILSEQ; return WEOF; }