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