summaryrefslogtreecommitdiffstats
path: root/include/fnmatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fnmatch.h')
-rw-r--r--include/fnmatch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fnmatch.h b/include/fnmatch.h
index 2cf71d1..2037f1c 100644
--- a/include/fnmatch.h
+++ b/include/fnmatch.h
@@ -44,7 +44,6 @@
#ifndef _POSIX_SOURCE
#define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
#define FNM_CASEFOLD 0x10 /* Case insensitive search. */
-#define FNM_NOCASE FNM_CASEFOLD
#define FNM_IGNORECASE FNM_CASEFOLD
#endif
OpenPOWER on IntegriCloud