fix: add missing sys_includes to reduce cbindgen type warnings
- wchar.h: add stddef.h (wint_t/wchar_t), stdarg.h (va_list), stdio.h (FILE) - ctype.h: add stddef.h (wint_t) - string.h: add features.h, strings.h - sys_wait.h: add stdint.h (siginfo_t types) - sys_socket.h: add sys/un.h (sockaddr_un)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
sys_includes = ["stddef.h", "stdint.h", "sys/types.h"]
|
||||
sys_includes = ["stddef.h", "stdint.h", "sys/types.h", "sys/un.h"]
|
||||
include_guard = "_RELIBC_SYS_SOCKET_H"
|
||||
after_includes = """
|
||||
#include <bits/iovec.h> // for iovec from sys/uio.h
|
||||
|
||||
Reference in New Issue
Block a user