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"