diff --git a/src/header/ctype/cbindgen.toml b/src/header/ctype/cbindgen.toml index 996da0abae..b98fe4a43c 100644 --- a/src/header/ctype/cbindgen.toml +++ b/src/header/ctype/cbindgen.toml @@ -1,3 +1,9 @@ +# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/ctype.h.html +# +# Spec quotations relating to includes: +# - "The header shall define the locale_t type as described in , representing a locale object." +# +# features.h included for #[deprecated] annotation sys_includes = ["bits/ctype.h", "features.h"] include_guard = "_RELIBC_CTYPE_H" after_includes = "#include // for locale_t"