X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Ffnmatch.h;h=0731e236a8f785f6be037b4a6f896619eec51529;hp=b7aee504856d6be3ac614f8fead9835c973cca35;hb=2242bf616b893e85886ed0a2348b96bf1cf7623e;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01 diff --git a/include/fnmatch.h b/include/fnmatch.h index b7aee504..0731e236 100644 --- a/include/fnmatch.h +++ b/include/fnmatch.h @@ -10,7 +10,9 @@ extern "C" { #define FNM_PERIOD 0x4 #ifdef _GNU_SOURCE -#define FNM_CASEFOLD 0x10 +#define FNM_LEADING_DIR 0x8 +#define FNM_CASEFOLD 0x10 +#define FNM_FILE_NAME FNM_PATHNAME #endif #define FNM_NOMATCH 1