mirror of
https://github.com/openharmony/third_party_rust_rustix.git
synced 2026-07-15 12:55:40 -04:00
71a3f2d4d3
Make `Pid` a non-zero type and use `Option<Pid>` in places where a pid value can be zero. This lets `fork`'s API use an `Option` instead of a sentry value, which is cleaner.