Add __need_winit_t to wctype.h

This commit is contained in:
Jeremy Soller
2020-05-28 13:43:55 -06:00
parent ae34ade595
commit c7910a8754
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef _BITS_WCTYPE_H
#define _BITS_WCTYPE_H
#include <stdint.h>
#define __need_wint_t
#endif /* _BITS_WCTYPE_H */
+1 -1
View File
@@ -1,6 +1,6 @@
sys_includes = ["stddef.h", "stdint.h", "time.h", "stdio.h" ]
include_guard = "_WCTYPE_H"
header = ""
header = "#include <bits/wctype.h>"
language = "C"
style = "Type"
no_includes = true