6fe3e05ea0
Now that we use cbindgen differently :D
13 lines
276 B
TOML
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"]
|