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