glob: implement GLOB_TILDE and GLOB_TILDE_CHECK

This commit is contained in:
Ismael Luceno
2019-08-06 14:03:31 -04:00
committed by Rich Felker
parent f522de81ac
commit 49eacf29d2
2 changed files with 44 additions and 1 deletions
+3
View File
@@ -31,6 +31,9 @@ void globfree(glob_t *);
#define GLOB_NOESCAPE 0x40
#define GLOB_PERIOD 0x80
#define GLOB_TILDE 0x1000
#define GLOB_TILDE_CHECK 0x4000
#define GLOB_NOSPACE 1
#define GLOB_ABORTED 2
#define GLOB_NOMATCH 3