rust-lang / miri

An interpreter for Rust's mid-level intermediate representation
Apache License 2.0
4.13k stars 318 forks source link

FreeBSD: clean up readdir_r #3678

Open RalfJung opened 1 week ago

RalfJung commented 1 week ago

Once https://github.com/rust-lang/libc/pull/3723 propagates into the libc used by std, we should be able to clean up this as the same freebsd APIs will be available when std is built on FreeBSD vs when it is cross-built by Miri.