Skip to content

Commit

Permalink
Backport more LFS fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Dec 11, 2024
1 parent c50ac14 commit 1e68df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc-top-half/musl/include/ftw.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ int ftw(const char *, int (*)(const char *, const struct stat *, int), int);
#endif
int nftw(const char *, int (*)(const char *, const struct stat *, int, struct FTW *), int, int);

#if defined(_LARGEFILE64_SOURCE)
#if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE)
#ifdef __wasilibc_unmodified_upstream /* WASI libc doesn't build the legacy functions */
#define ftw64 ftw
#endif
Expand Down

0 comments on commit 1e68df5

Please sign in to comment.