diff options
Diffstat (limited to 'include/fnmatch.h')
-rw-r--r-- | include/fnmatch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fnmatch.h b/include/fnmatch.h index aefb007fb..9178706f0 100644 --- a/include/fnmatch.h +++ b/include/fnmatch.h @@ -64,6 +64,7 @@ extern "C" { returning zero if it matches, FNM_NOMATCH if not. */ extern int fnmatch (__const char *__pattern, __const char *__name, int __flags); +libc_hidden_proto(fnmatch) #ifdef __cplusplus } |