echristo added inline comments.

================
Comment at: lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp:20
 #include <sys/stat.h>
+#include <sys/sysctl.h>
 #include <sys/types.h>
----------------
This is problematic in that sys/sysctl is deprecated on linux (causing 
warnings/Werror failures).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82491/new/

https://reviews.llvm.org/D82491



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

Reply via email to