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

verify fnmatch header includes

See merge request redox-os/relibc!951
This commit is contained in:
Jeremy Soller
2026-02-04 09:44:55 -07:00
+3
View File
@@ -1,3 +1,6 @@
# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/fnmatch.h.html
#
# There are no spec quotations relating to includes
include_guard = "_RELIBC_FNMATCH_H"
language = "C"
style = "Tag"