593925ceb4
GNU binutils also uses _FNMATCH_H for a guard, maybe along others!
15 lines
286 B
TOML
15 lines
286 B
TOML
sys_includes = ["stdarg.h", "sys/types.h"]
|
|
include_guard = "_RELIBC_FCNTL_H"
|
|
trailer = "#include <bits/fcntl.h>"
|
|
language = "C"
|
|
style = "Tag"
|
|
no_includes = true
|
|
cpp_compat = true
|
|
|
|
[defines]
|
|
"target_os=linux" = "__linux__"
|
|
"target_os=redox" = "__redox__"
|
|
|
|
[enum]
|
|
prefix_with_name = true
|