From d6eda227d448607b6d662de0eaf89fe7cf402fee Mon Sep 17 00:00:00 2001 From: auronandace Date: Wed, 4 Feb 2026 13:54:57 +0000 Subject: [PATCH] verify fnmatch header includes --- src/header/fnmatch/cbindgen.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/header/fnmatch/cbindgen.toml b/src/header/fnmatch/cbindgen.toml index c5cb5babab..f28cb9123e 100644 --- a/src/header/fnmatch/cbindgen.toml +++ b/src/header/fnmatch/cbindgen.toml @@ -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"