mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 22:07:43 +00:00
Fix rust stdlib build failing for VxWorks
Fixes rust-lang/rust#148125.
O_NOFOLLOW is not supported on VxWorks. All the other defines/functions have been added to libc(0cd5032671)