X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Ffnmatch.h;h=f9593217ffca540867a92f855e3d61366e1c3809;hb=daa29e894c74d61296fe19d9b7c4be2f04037639;hp=b7aee504856d6be3ac614f8fead9835c973cca35;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl diff --git a/include/fnmatch.h b/include/fnmatch.h index b7aee504..f9593217 100644 --- a/include/fnmatch.h +++ b/include/fnmatch.h @@ -8,10 +8,9 @@ extern "C" { #define FNM_PATHNAME 0x1 #define FNM_NOESCAPE 0x2 #define FNM_PERIOD 0x4 - -#ifdef _GNU_SOURCE -#define FNM_CASEFOLD 0x10 -#endif +#define FNM_LEADING_DIR 0x8 +#define FNM_CASEFOLD 0x10 +#define FNM_FILE_NAME FNM_PATHNAME #define FNM_NOMATCH 1 #define FNM_NOSYS (-1)