[PATCH] Do not include wctype.h in wchar.h with _GNU_SOURCE
Corinna Vinschen
vinschen@redhat.com
Fri Aug 12 19:24:00 GMT 2016
On Aug 12 13:47, Yaakov Selkowitz wrote:
> _GNU_SOURCE generally enables all features, but in this case the POSIX
> requirement to #include <wctype.h> for these is preferred.
>
> Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
> ---
> newlib/libc/include/wchar.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/newlib/libc/include/wchar.h b/newlib/libc/include/wchar.h
> index f4996ec..3a2b89b 100644
> --- a/newlib/libc/include/wchar.h
> +++ b/newlib/libc/include/wchar.h
> @@ -33,7 +33,7 @@ typedef __gnuc_va_list va_list;
> #endif
> #endif /* __POSIX_VISIBLE >= 200809 || __XSI_VISIBLE */
>
> -#if __XSI_VISIBLE /* && __XSI_VISIBLE < 800 */
> +#if __XSI_VISIBLE /* && __XSI_VISIBLE < 800 */ && !__GNU_VISIBLE
> #include <wctype.h>
> #endif
>
> --
> 2.8.3
ACK, as discussed on IRC.
Thanks,
Corinna
--
Corinna Vinschen
Cygwin Maintainer
Red Hat
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/newlib/attachments/20160812/e3a12de4/attachment.sig>
More information about the Newlib
mailing list