[Lldb-commits] [lldb] [lldb][AIX] Minor AIX specific changes (PR #132718)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 25 02:02:06 PDT 2025
================
@@ -19,7 +19,9 @@
#include <pwd.h>
#include <spawn.h>
#include <sys/stat.h>
+#ifndef _AIX
#include <sys/syscall.h>
+#endif
----------------
labath wrote:
Let's try deleting this. AFAICT, the file does not actually depend on the header (anymore).
```suggestion
```
https://github.com/llvm/llvm-project/pull/132718
More information about the lldb-commits
mailing list