X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fglob.h;h=4a562a206d5202397ca989ff373bdf18bf6f4f4f;hb=08869deb7efbda6e979886cb67e3d5843f92c2e8;hp=76f6c1c68a235688789bbf740b2ba7e5f34983a5;hpb=7ff804269bb0594431308ad328239aeeb5ceb057;p=musl diff --git a/include/glob.h b/include/glob.h index 76f6c1c6..4a562a20 100644 --- a/include/glob.h +++ b/include/glob.h @@ -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