labath requested changes to this revision.
labath added a comment.
This revision now requires changes to proceed.

Thanks for the patch. Looks good, but we need to make sure things continue to 
work on non-linux systems...


================
Comment at: tools/lldb/source/Host/common/File.cpp:301
@@ -299,1 +300,3 @@
+    
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,23)
     if (options & eOpenOptionCloseOnExec)
----------------
This needs to evaluate to true on non-linux systems.
Would `#ifdef O_CLOEXEC` work for you ?


Repository:
  rL LLVM

http://reviews.llvm.org/D14182



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to