================
@@ -25,13 +25,10 @@
 #include <sstream>
 
 #ifdef __ANDROID__
----------------
enh-google wrote:

(getgrgid() has been around forever, though, so if anyone cared they could 
reduce the scope of this. but probably just `#if defined(__ANDROID__) && 
(__ANDROID_API__ >= 24)` is clearer, and groups aren't particularly meaningful 
on android anyway, so probably no-one cares in the meantime?)

https://github.com/llvm/llvm-project/pull/124047
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to