summaryrefslogtreecommitdiffstats
path: root/include/fnmatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fnmatch.h')
-rw-r--r--include/fnmatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fnmatch.h b/include/fnmatch.h
index 49102b3..9b74456 100644
--- a/include/fnmatch.h
+++ b/include/fnmatch.h
@@ -53,7 +53,7 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-int fnmatch __P((const char *, const char *, int));
+int fnmatch(const char *, const char *, int);
__END_DECLS
#endif /* !_FNMATCH_H_ */
OpenPOWER on IntegriCloud