Back out definition of mbstate_t. That is a mistake
This commit is contained in:
parent
8bd9203d49
commit
b478c11b85
|
@ -48,7 +48,9 @@
|
|||
|
||||
namespace std
|
||||
{
|
||||
#if 0 /* Not defined */
|
||||
using ::mbstate_t;
|
||||
#endif
|
||||
using ::wint_t;
|
||||
using ::size_t;
|
||||
};
|
||||
|
|
|
@ -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>.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue