diff options
| author | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2017-02-25 14:13:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-25 14:13:32 +0200 |
| commit | 32af4ceb04d2bf479052ceadf51c8c8c82297f6a (patch) | |
| tree | a6ecbc4b65e8a00ab90366f4ff00d2952d0f98e3 /src/liblibc | |
| parent | ebde617c7d33763488c549c18d7b351356a2a456 (diff) | |
| parent | b3ee2490c2cba3f58476e520468afe0b828c0aa6 (diff) | |
Rollup merge of #40024 - raphlinus:readdir, r=alexcrichton
Switch Fuchsia to readdir (instead of readdir_r) The readdir_r function is deprecated on newer Posix systems because of various problems, and not implemented at all for Fuchsia. There are already implementations using both, and this patch switches Fuchsia over to the readdir-based one. Fixes #40021 for Fuchsia, but that issue also contains discussion of what should happen for other Posix systems.
Diffstat (limited to 'src/liblibc')
| m--------- | src/liblibc | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/liblibc b/src/liblibc -Subproject 7a3754f2bb5e65eb39adacb189c362617303217 +Subproject 64d954c6a76e896fbf7ed5c17e77c40e388abe8 |
