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