[Lldb-commits] [lldb] [lldb][AIX] Minor AIX specific changes (PR #132718)

Dhruv Srivastava via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 25 02:14:54 PDT 2025


================
@@ -19,7 +19,9 @@
 #include <pwd.h>
 #include <spawn.h>
 #include <sys/stat.h>
+#ifndef _AIX
 #include <sys/syscall.h>
+#endif
----------------
DhruvSrivastavaX wrote:

Done, checked compilation on linux as well.

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


More information about the lldb-commits mailing list