verify ctype header includes

This commit is contained in:
auronandace
2026-02-03 14:35:24 +00:00
parent c5a795a46b
commit ea61d11e92
+6
View File
@@ -1,3 +1,9 @@
# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/ctype.h.html
#
# Spec quotations relating to includes:
# - "The <ctype.h> header shall define the locale_t type as described in <locale.h>, 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 <bits/locale-t.h> // for locale_t"