Auto merge of #533 - raphlinus:master, r=alexcrichton
Make readdir available on all unix targets The readdir_r call has problems, and we'll probably want to move to readdir on many, if not most, unix targets. This patch makes readdir available in unix, rather than just solaris as before. See https://github.com/rust-lang/rust/issues/40021
No related branches found
No related tags found
Loading
Please register or sign in to comment