aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include/glob.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/glob.h')
-rw-r--r--newlib/libc/include/glob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/glob.h b/newlib/libc/include/glob.h
index 7a300e6..c14840c 100644
--- a/newlib/libc/include/glob.h
+++ b/newlib/libc/include/glob.h
@@ -80,6 +80,7 @@ typedef struct {
#define GLOB_NOSPACE (-1) /* Malloc call failed. */
#define GLOB_ABEND (-2) /* Unignored error. */
+#define GLOB_NOMATCH (-3) /* No match and GLOB_NOCHECK not set. */
__BEGIN_DECLS
int glob(const char *__restrict, int, int (*)(const char *, int),