[PATCH] [Msan] Fix the sigaction unit test to build on FreeBSD
Viktor Kutuzov
vkutuzov at accesssoftek.com
Mon Feb 2 02:10:04 PST 2015
Hi kcc, samsonov, eugenis, emaste,
http://reviews.llvm.org/D7335
Files:
lib/msan/tests/msan_test.cc
Index: lib/msan/tests/msan_test.cc
===================================================================
--- lib/msan/tests/msan_test.cc
+++ 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 <sys/uio.h>
# include <sys/mount.h>
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7335.19141.patch
Type: text/x-patch
Size: 339 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150202/0d987fc0/attachment.bin>
More information about the llvm-commits
mailing list