[Lldb-commits] [PATCH] D22950: Centralize all calls to select() into a single class so we always call select properly
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 8 17:06:29 PDT 2016
clayborg added a comment.
I used SelectHelper.h because there is a "/usr/include/select.h" header file and case insensitive file systems would have issues if I used Select.h.
https://reviews.llvm.org/D22950
More information about the lldb-commits
mailing list