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

2015-10-30 Thread Mark Chandler via lldb-commits
mchandler-blizzard created this revision. mchandler-blizzard added reviewers: labath, ovyalov. mchandler-blizzard added a subscriber: lldb-commits. mchandler-blizzard set the repository for this revision to rL LLVM. Herald added subscribers: srhines, danalbert, tberghammer. Adds checks for posix f

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

2015-10-30 Thread Mark Chandler via lldb-commits
mchandler-blizzard added inline comments. 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) krytarowski wrote: > labath wrote: > > This need