Skip to content

Commit 36f866c

Browse files
jeffreytan81jeffreytan81
andauthored
Fix vfork test strcmp buildbot failure (#84224)
The buildbot seems to complain about `strcmp` function not available in the vfork patch (#81564): https://lab.llvm.org/buildbot/#/builders/68/builds/70093/steps/6/logs/stdio Unfortunately, I can't reproduce the failure on my linux machine so this is a guessing fix. If anyone has a way to reproduce and very this fix, please feel free to merge this change. Co-authored-by: jeffreytan81 <[email protected]>
1 parent 6157538 commit 36f866c

File tree

1 file changed

+1
-0
lines changed
  • lldb/test/API/functionalities/fork/concurrent_vfork

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/fork/concurrent_vfork/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <cstring>
33
#include <iostream>
44
#include <mutex>
5+
#include <string.h>
56
#include <sys/wait.h>
67
#include <thread>
78
#include <unistd.h>

0 commit comments

Comments
 (0)