diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-02-06 21:29:31 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-02-06 21:29:31 -0500 |
commit | e5a7f14c818a622ea7fbbc981657eb0c47ce3c00 (patch) | |
tree | 5ff7550d2c2f70b85cf0e8fc6157c6776b90fd32 /include/wctype.h | |
parent | 4cf667c9c90cdcf63233467cbed42a2dab5c35a9 (diff) | |
download | musl-e5a7f14c818a622ea7fbbc981657eb0c47ce3c00.tar.gz musl-e5a7f14c818a622ea7fbbc981657eb0c47ce3c00.tar.bz2 musl-e5a7f14c818a622ea7fbbc981657eb0c47ce3c00.tar.xz musl-e5a7f14c818a622ea7fbbc981657eb0c47ce3c00.zip |
add more of the locale_t interfaces, all dummied out to ignore the locale
Diffstat (limited to 'include/wctype.h')
-rw-r--r-- | include/wctype.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/wctype.h b/include/wctype.h index 3a5af6e7..ee5be7c6 100644 --- a/include/wctype.h +++ b/include/wctype.h @@ -9,6 +9,11 @@ extern "C" { #define __NEED_wctrans_t #define __NEED_wctype_t +#if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \ + || defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) +#define __NEED_locale_t +#endif + #include <bits/alltypes.h> #undef WEOF |