[Lldb-commits] [PATCH] D32787: Fix build error: no viable conversion from returned value of type 'int' to function return type 'sigset_t' (aka '__sigset_t')
Paul Robinson via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 3 10:26:45 PDT 2017
probinson added a comment.
Looking at CMakeError.log, the test program does `#include <poll.h>` but does not `#define _GNU_SOURCE`. The define has to be there for your example to compile on my Ubuntu.
Repository:
rL LLVM
https://reviews.llvm.org/D32787
More information about the lldb-commits
mailing list