You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libc][wait] hard code __W_CONTINUED for SYS_waitid fallback (llvm#125929)
riscv32 currently doesn't have SYS_wait4, so wait4 is implemented via fallback
to SYS_waitid. In llvm#125572, I missed that we had one use of the removed
__W_CONTINUED value. Hard code it here.
Fixes: llvm#125572
0 commit comments