16 lines
276 B
TOML
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"
|