[Lldb-commits] [lldb] [lldb] Remove support and workarounds for Android 4 and older (PR #124047)

via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 23 11:37:42 PST 2025


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

looking at the bionic headers, getgrgid_r() wasn't available until API 24...

https://github.com/llvm/llvm-project/pull/124047


More information about the lldb-commits mailing list