Skip to content

Update redox-syscall, use WUNTRACED for waitpid in Redox

Jeremy Soller requested to merge redox into master

This makes the Redox waitpid usages more like the Unix ones.

We need to clean up the sys modules to make them smaller. I also added WCONTINUED, and I could implement the W* macros if desired.

Merge request reports