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