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:
Viktor Kutuzov 2014-07-18 12:02:42 +00:00
parent c17a07b36a
commit 838afd799d
1 changed files with 1 additions and 0 deletions

View File

@ -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();