Files
RedBear-OS/src/header/sys_select/cbindgen.toml
T
jD91mZM2 6fe3e05ea0 Delete duplicate types
Now that we use cbindgen differently :D
2018-09-02 08:17:15 +02:00

13 lines
276 B
TOML

sys_includes = ["bits/sys/select.h", "sys/time.h"]
include_guard = "_SYS_SELECT_H"
language = "C"
style = "Tag"
[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"]