Skip to content

Commit 445f5ef

Browse files
committed
tools: Maybe fix macOS build error
1 parent 1563376 commit 445f5ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/crash-recovery/crash_recovery.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ i32 crash_main(i32, cstring_w*)
119119

120120
int exitCode = -1;
121121

122-
while(!proc::is_exited(spawnInfo.child, &exitCode))
122+
while(!posix_proc::is_exited(spawnInfo.child, &exitCode))
123123
{
124124
int ret = poll(handles.data(), handles.size(), 500);
125125

0 commit comments

Comments
 (0)