================
@@ -82,6 +82,10 @@
 #define PTRACE_SETREGSET 0x4205
 #endif
 
+#ifndef __GLIBC__
+typedef int __ptrace_request;
+#endif
----------------
DavidSpickett wrote:

If it works, I think that's better than !glibc specific code.

https://github.com/llvm/llvm-project/pull/219237
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to