xref: /relibc/src/header/signal/cbindgen.toml (revision ed19381547d66b76981ea1e4ff942c5a4da45ab7)
1sys_includes = ["stdint.h", "sys/types.h"]
2include_guard = "_RELIBC_SIGNAL_H"
3trailer = "#include <bits/signal.h>"
4language = "C"
5style = "Tag"
6no_includes = true
7cpp_compat = true
8
9[defines]
10"target_os=linux" = "__linux__"
11"target_os=redox" = "__redox__"
12"target_os=dragonos" = "__dragonos__"
13
14[enum]
15prefix_with_name = true
16