From cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:11:44 +0000 Subject: Last portion of libc_hidden_proto removal. Appears to build fine (several .configs tried) --- include/fnmatch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/fnmatch.h') 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 } -- cgit v1.2.3