[PATCH] Add FreeBSD support to the address sanitizer's waitid.cc test case

Alexey Samsonov vonosmas at gmail.com
Thu Jul 17 11:46:51 PDT 2014


LGTM

================
Comment at: test/asan/TestCases/Posix/waitid.cc:7
@@ -6,2 +6,3 @@
 #include <unistd.h>
+#include <signal.h>
 
----------------
Please sort the includes (unless this order is necessary for FreeBSD).

http://reviews.llvm.org/D4422






More information about the llvm-commits mailing list