Files
RedBear-OS/src/header/sys_select/cbindgen.toml
T
2026-01-30 15:53:15 +00:00

14 lines
320 B
TOML

sys_includes = ["bits/sys/select.h", "time.h", "signal.h"]
include_guard = "_SYS_SELECT_H"
language = "C"
style = "Tag"
no_includes = true
cpp_compat = true
[enum]
prefix_with_name = true
[export]
# fd_set is also defined in C because cbindgen is incompatible with mem::size_of booo
exclude = ["FD_SETSIZE", "fd_set"]