mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-15 05:16:30 +00:00
Define glob64
This commit is contained in:
parent
706cb66310
commit
5edc0819c0
1 changed files with 6 additions and 0 deletions
6
third_party/musl/glob.h
vendored
6
third_party/musl/glob.h
vendored
|
@ -30,5 +30,11 @@ typedef struct {
|
|||
int glob(const char *, int, int (*)(const char *, int), glob_t *);
|
||||
void globfree(glob_t *);
|
||||
|
||||
#ifdef _LARGEFILE64_SOURCE
|
||||
#define glob64 glob
|
||||
#define globfree64 globfree
|
||||
#define glob64_t glob_t
|
||||
#endif
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* COSMOPOLITAN_THIRD_PARTY_MUSL_GLOB_H_ */
|
||||
|
|
Loading…
Add table
Reference in a new issue