[Lldb-commits] [PATCH] D14182: Centos 5 compile fixes for lldb

Kamil Rytarowski via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 29 17:56:12 PDT 2015


krytarowski requested changes to this revision.
krytarowski added a reviewer: krytarowski.

================
Comment at: tools/lldb/source/Host/posix/PipePosix.cpp:32
@@ -31,1 +31,3 @@
 
+#include <linux/version.h>
+
----------------
Is this file just for Linux?

================
Comment at: tools/lldb/source/Host/posix/PipePosix.cpp:254
@@ -251,1 +253,3 @@
+    
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,23)
     if (!child_process_inherit)
----------------
Stop breaking NetBSD.


Repository:
  rL LLVM

http://reviews.llvm.org/D14182





More information about the lldb-commits mailing list