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