Back out definition of mbstate_t. That is a mistake

This commit is contained in:
Gregory Nutt 2015-02-19 09:56:53 -06:00
parent 8bd9203d49
commit b478c11b85
2 changed files with 4 additions and 1 deletions

View File

@ -48,7 +48,9 @@
namespace std
{
#if 0 /* Not defined */
using ::mbstate_t;
#endif
using ::wint_t;
using ::size_t;
};

View File

@ -105,13 +105,14 @@ typedef int wint_t;
* state, the results are unspecified.
*/
#if 0 /* Not used */
struct mbstate_s
{
int __fill[6];
};
typedef struct mbstate_s mbstate_t;
#endif
/* FILE
* As described in <stdio.h>.
*