about summary refs log tree commit diff
path: root/include/fnmatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fnmatch.h')
-rw-r--r--include/fnmatch.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/fnmatch.h b/include/fnmatch.h
deleted file mode 100644
index 9ef8150eda..0000000000
--- a/include/fnmatch.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _FNMATCH_H
-
-#include <posix/fnmatch.h>
-
-#ifndef _ISOMAC
-libc_hidden_proto (fnmatch)
-#endif
-
-#endif