mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
9e8c03018f
Android: Debug assertion after setting thread name While `prctl` cannot fail if it points to a valid buffer, it's still better to assert the result as it's done for other places.