mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
60c988ec17
Following changes: * birthtime does not exist on DragonFly * errno: __dfly_error is no more. Use #[thread_local] static errno. * clock_gettime expects a c_ulong (use a type alias) These changes are required to build DragonFly snapshots again.