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