forked from OSchip/llvm-project
Add FreeBSD support to the address sanitizer's waitid.cc test case
Differential Revision: http://reviews.llvm.org/D4422 llvm-svn: 213368
This commit is contained in:
parent
c17a07b36a
commit
838afd799d
|
@ -4,6 +4,7 @@
|
|||
#include <assert.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
pid_t pid = fork();
|
||||
|
|
Loading…
Reference in New Issue