diff options
Diffstat (limited to 'src/fnmatch/FNM_PATHNAME.h')
-rw-r--r-- | src/fnmatch/FNM_PATHNAME.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fnmatch/FNM_PATHNAME.h b/src/fnmatch/FNM_PATHNAME.h new file mode 100644 index 00000000..646e20fa --- /dev/null +++ b/src/fnmatch/FNM_PATHNAME.h @@ -0,0 +1,6 @@ +#include <fnmatch.h> +#define FNM_PATHNAME (1<<0) +/* +POSIX(2) +*/ + |