mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 02:10:33 +00:00
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.