From a6337706e15b61bc2b14025d86f2b8c72bd23002 Mon Sep 17 00:00:00 2001 From: auronandace Date: Tue, 17 Mar 2026 09:42:29 +0000 Subject: [PATCH] verify regex header includes --- src/header/regex/cbindgen.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/header/regex/cbindgen.toml b/src/header/regex/cbindgen.toml index 78dfc8ee0d..fa1c711c04 100644 --- a/src/header/regex/cbindgen.toml +++ b/src/header/regex/cbindgen.toml @@ -1,3 +1,7 @@ +# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/regex.h.html +# +# Spec quotations relating to includes: +# - "The header shall define the size_t type as described in ." sys_includes = ["sys/types.h"] include_guard = "_RELIBC_REGEX_H" language = "C"