diff --git a/src/header/libgen/cbindgen.toml b/src/header/libgen/cbindgen.toml index 50d050350e..0dfb9a44a7 100644 --- a/src/header/libgen/cbindgen.toml +++ b/src/header/libgen/cbindgen.toml @@ -1,3 +1,6 @@ +# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/libgen.h.html +# +# There are no spec quotations relating to includes sys_includes = [] include_guard = "_RELIBC_LIBGEN_H" language = "C"