mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-15 12:26:55 +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.