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