[PATCH] Add FreeBSD support to the address sanitizer's waitid.cc test case
Viktor Kutuzov
vkutuzov at accesssoftek.com
Fri Jul 18 05:11:22 PDT 2014
Closed by commit rL213368 (authored by vkutuzov).
REPOSITORY
rL LLVM
http://reviews.llvm.org/D4422
Files:
compiler-rt/trunk/test/asan/TestCases/Posix/waitid.cc
Index: compiler-rt/trunk/test/asan/TestCases/Posix/waitid.cc
===================================================================
--- compiler-rt/trunk/test/asan/TestCases/Posix/waitid.cc
+++ compiler-rt/trunk/test/asan/TestCases/Posix/waitid.cc
@@ -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();
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4422.11637.patch
Type: text/x-patch
Size: 407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140718/02de6d08/attachment.bin>
More information about the llvm-commits
mailing list