Skip to content

sys_wait: implement C macros properly

Jasen Borisov requested to merge jamadazi/relibc:sys_wait_macros into master

Remove the broken Rust functions and instead provide C macros in a include/bits header. The C macros were taken from musl.

Merge request reports