summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/wchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibC/wchar.h')
-rw-r--r--Userland/Libraries/LibC/wchar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibC/wchar.h b/Userland/Libraries/LibC/wchar.h
index 557217b454..cb15c3f3ff 100644
--- a/Userland/Libraries/LibC/wchar.h
+++ b/Userland/Libraries/LibC/wchar.h
@@ -18,6 +18,7 @@ __BEGIN_DECLS
typedef __WINT_TYPE__ wint_t;
typedef unsigned long int wctype_t;
+// A zero-initialized mbstate_t struct must be a valid initial state.
typedef struct {
unsigned char bytes[4];
} mbstate_t;