From ea61d11e92dd7b6fdb77bee53f1427624adeb867 Mon Sep 17 00:00:00 2001 From: auronandace Date: Tue, 3 Feb 2026 14:35:24 +0000 Subject: [PATCH] verify ctype header includes --- src/header/ctype/cbindgen.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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"