================ @@ -1,3 +1,7 @@ +#if defined(__linux__) +#define _DEFAULT_SOURCE /* for kill(), usleep() and GNU's signal() */ +#endif ---------------- JDevlieghere wrote:
I think we should pass this in Makefile.rules instead. Having to put this into every relevant file seems fragile... https://github.com/llvm/llvm-project/pull/166768 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
