Files
RedBear-OS/src/header/poll/cbindgen.toml
T

16 lines
276 B
TOML

sys_includes = ["signal.h"]
include_guard = "_RELIBC_POLL_H"
after_includes = """
#include <bits/timespec.h> // for timespec
"""
language = "C"
style = "Tag"
no_includes = false
cpp_compat = true
[enum]
prefix_with_name = true
[export.rename]
"timespec" = "struct timespec"