add support for ugly *64 functions with _LARGEFILE64_SOURCE
[musl] / include / glob.h
index 185912d..92ec751 100644 (file)
@@ -34,6 +34,11 @@ void globfree(glob_t *);
 #define GLOB_NOMATCH 3
 #define GLOB_NOSYS   4
 
+#ifdef _LARGEFILE64_SOURCE
+#define glob64 glob
+#define globfree64 globfree
+#endif
+
 #ifdef __cplusplus
 }
 #endif