Files
RedBear-OS/src/header/poll/cbindgen.toml
T
2026-02-12 13:33:54 +00:00

16 lines
271 B
TOML

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