1#ifndef _FNMATCH_H
2
3#include <posix/fnmatch.h>
4
5#ifndef _ISOMAC
6libc_hidden_proto (fnmatch)
7#endif
8
9#endif
10