Add wint_t definition to stddef.h

Without this the relibc tests would break. With this the relibc tests
pass and formerly breaking builds (such as uutils -> onig_sys) pass.
This commit is contained in:
Robin Randhawa
2019-03-03 21:42:32 +00:00
parent 23de2ca7ca
commit 9443eef518
+1
View File
@@ -7,6 +7,7 @@
typedef signed long long ptrdiff_t;
typedef int32_t wchar_t;
typedef int32_t wint_t;
typedef unsigned long long size_t;