mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
aa6f2d9a79
suppress warning about set_errno being unused on DragonFly Other targets allow this function to be unused, DragonFly just misses out due to providing a specialization. This fixes a build error for DragonFly.