X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fwchar.h;h=96cd4447f8c34aa72817b4691b4855f00bd915d2;hp=0f1f6d264e997f12ff87566aa76e390a42659f4c;hb=HEAD;hpb=a3e2f3c2b15053a2f9faccc62947b82f2219599f diff --git a/include/wchar.h b/include/wchar.h index 0f1f6d26..96cd4447 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -36,9 +36,9 @@ extern "C" { #define NULL 0L #undef WEOF -#define WEOF (-1) +#define WEOF 0xffffffffU -typedef struct +typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t;