std::os::unix::process::ExitStatusExt into_raw #73128
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
It it occasionally useful to be able to convert an exit status back to the raw unix value.
For example, one might want to pass it to a C library. This would also provide an escape hatch to mitigate the lack of
WCOREDUMP,
WIFSTOPPED
/WSTOPSIG
etc.The text was updated successfully, but these errors were encountered: