krytarowski added a subscriber: krytarowski. ================ 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) ---------------- labath wrote: > This needs to evaluate to true on non-linux systems. > Would `#ifdef O_CLOEXEC` work for you ? NetBSD:
``` /usr/include/fcntl.h:#define O_CLOEXEC 0x00400000 /* set close on exec */ ``` 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