[Lldb-commits] [lldb] [llvm] [lldb] [lldb-server] Introduce Host/qnx and NativeProcessQNX (PR #97630)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 8 07:03:08 PDT 2024
================
@@ -35,6 +39,10 @@
#include <sys/personality.h>
#endif
+#if !defined(EOK)
----------------
labath wrote:
Everything else just uses zero (`0`) as "no error". I don't see a reason for this code to be different.
https://github.com/llvm/llvm-project/pull/97630
More information about the lldb-commits
mailing list