X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fglob.h;h=376baa712429a639cff6f6a21ebcd2a0e7ab398e;hp=185912df2c0176907c1a00589508ecc6b58cc031;hb=43a5a00e4ab292e0a615b655f1e77837d6c1701e;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01 diff --git a/include/glob.h b/include/glob.h index 185912df..376baa71 100644 --- a/include/glob.h +++ b/include/glob.h @@ -34,6 +34,11 @@ void globfree(glob_t *); #define GLOB_NOMATCH 3 #define GLOB_NOSYS 4 +#if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE) +#define glob64 glob +#define globfree64 globfree +#endif + #ifdef __cplusplus } #endif