[all-commits] [llvm/llvm-project] b4d547: [libc][wait] hard code __W_CONTINUED for SYS_waiti...
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Wed Feb 5 13:11:15 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4d547ac82020b67feef75bb84a1bfc69f38a837
https://github.com/llvm/llvm-project/commit/b4d547ac82020b67feef75bb84a1bfc69f38a837
Author: Nick Desaulniers <ndesaulniers at google.com>
Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths:
M libc/src/sys/wait/wait4Impl.h
Log Message:
-----------
[libc][wait] hard code __W_CONTINUED for SYS_waitid fallback (#125929)
riscv32 currently doesn't have SYS_wait4, so wait4 is implemented via fallback
to SYS_waitid. In #125572, I missed that we had one use of the removed
__W_CONTINUED value. Hard code it here.
Fixes: #125572
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list