[PATCH] [Msan] Fix the sigaction unit test to build on FreeBSD
Phabricator
reviews at reviews.llvm.org
Mon Feb 16 05:17:52 PST 2015
REPOSITORY
rL LLVM
http://reviews.llvm.org/D7335
Files:
compiler-rt/trunk/lib/msan/tests/msan_test.cc
Index: compiler-rt/trunk/lib/msan/tests/msan_test.cc
===================================================================
--- compiler-rt/trunk/lib/msan/tests/msan_test.cc
+++ compiler-rt/trunk/lib/msan/tests/msan_test.cc
@@ -72,6 +72,7 @@
# include <mntent.h>
# include <netinet/ether.h>
#else
+# include <signal.h>
# include <netinet/in.h>
# include <pthread_np.h>
# include <sys/uio.h>
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7335.20022.patch
Type: text/x-patch
Size: 394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150216/473ff869/attachment.bin>
More information about the llvm-commits
mailing list