Skip to content

Commit 5edc081

Browse files
committed
Define glob64
1 parent 706cb66 commit 5edc081

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

third_party/musl/glob.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,11 @@ typedef struct {
3030
int glob(const char *, int, int (*)(const char *, int), glob_t *);
3131
void globfree(glob_t *);
3232

33+
#ifdef _LARGEFILE64_SOURCE
34+
#define glob64 glob
35+
#define globfree64 globfree
36+
#define glob64_t glob_t
37+
#endif
38+
3339
COSMOPOLITAN_C_END_
3440
#endif /* COSMOPOLITAN_THIRD_PARTY_MUSL_GLOB_H_ */

0 commit comments

Comments
 (0)