summaryrefslogtreecommitdiff
path: root/include/fnmatch.h
blob: 9ef8150eda56a3e8ad2e8a09400fdc6841a36346 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _FNMATCH_H

#include <posix/fnmatch.h>

#ifndef _ISOMAC
libc_hidden_proto (fnmatch)
#endif

#endif