summaryrefslogtreecommitdiff
path: root/libc/debian/patches/fnmatch-FNM_CASEFOLD.patch
blob: 60740fbf12a381b9a44a89f2f8d3a537f8c1cd3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: b/usr/src/head/fnmatch.h
===================================================================
--- a/usr/src/head/fnmatch.h
+++ b/usr/src/head/fnmatch.h
@@ -37,6 +37,7 @@ extern "C" {
 #define	FNM_PERIOD	0x04	/* Leading period in string must be exactly */
 				/* matched by period in pattern	*/
 #define	FNM_IGNORECASE	0x08	/* Ignore case when making comparisons */
+#define FNM_CASEFOLD FNM_IGNORECASE
 
 #define	FNM_NOMATCH	1	/* string doesnt match the specified pattern */
 #define	FNM_ERROR	2	/* error occured */