Remove the typedef of wctype_t from this header; we don't support the

XSI mistake of making everything from <wctype.h> visible here.
If we did choose to support it, we could just #include <wctype.h>.
This commit is contained in:
Tim J. Robbins 2002-09-09 07:17:55 +00:00
parent 04d8170094
commit 6478b242d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103118

View file

@ -93,11 +93,6 @@ typedef __wchar_t wchar_t;
#endif
#endif
#ifndef _WCTYPE_T
typedef unsigned long wctype_t;
#define _WCTYPE_T
#endif
#ifndef _WINT_T_DECLARED
typedef __wint_t wint_t;
#define _WINT_T_DECLARED