瀏覽代碼

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.
Robin Randhawa 6 年之前
父節點
當前提交
9443eef518
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/stddef.h

+ 1 - 0
include/stddef.h

@@ -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;