]> sourceware.org Git - newlib-cygwin.git/commit
Do not include wctype.h in wchar.h with _GNU_SOURCE
authorYaakov Selkowitz <yselkowi@redhat.com>
Fri, 12 Aug 2016 18:44:26 +0000 (13:44 -0500)
committerYaakov Selkowitz <yselkowi@redhat.com>
Fri, 12 Aug 2016 18:44:26 +0000 (13:44 -0500)
commit51b669f679119556a12798096794845cd1049d95
tree810ac6480aa043980531a6bc7cb3879c79f7314e
parentb14a1dbc8643f4f93ab31c19a1ebf338d7108baa
Do not include wctype.h in wchar.h with _GNU_SOURCE

_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
This page took 0.028946 seconds and 5 git commands to generate.