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