verify regex header includes

This commit is contained in:
auronandace
2026-03-17 09:42:29 +00:00
parent e6f6e7078d
commit a6337706e1
+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"