Merge branch 'verify-regex-includes' into 'master'

verify regex header includes

See merge request redox-os/relibc!1099
This commit is contained in:
Jeremy Soller
2026-03-17 05:51:32 -06:00
+4
View File
@@ -1,3 +1,7 @@
# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/regex.h.html
#
# Spec quotations relating to includes:
# - "The <regex.h> header shall define the size_t type as described in <sys/types.h>."
sys_includes = ["sys/types.h"]
include_guard = "_RELIBC_REGEX_H"
language = "C"