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