nix icon indicating copy to clipboard operation
nix copied to clipboard

Document the sys::wait module

Open vkkoskie opened this issue 2 years ago • 1 comments

Noteworthy secondary changes included as a result of the primary documentation:

  • Additions to unistd::Pid to support waitpid calling conventions
  • Change the waitpid function signature (backward compatible)
  • Application of rustfmt to unistd.rs and sys::wait.rs

Continued from work by

Closes #654 and #651

vkkoskie avatar Jun 05 '22 03:06 vkkoskie

The Haiku failure is an issue with the rust stdlib. I'll work on a fix.

https://github.com/rust-lang/rust/pull/97771

rtzoeller avatar Jun 05 '22 19:06 rtzoeller