Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify
getppid
documentation: explain how None
can occur
The `getppid` syscall can never fail, but rustix returns PID 0 as `None`.
- Loading branch information