[Lldb-commits] [lldb] [lldb][AIX] Some base #if _AIX changes of a minimal lldb build (PR #120979)
Dhruv Srivastava via lldb-commits
lldb-commits at lists.llvm.org
Sun Jan 5 01:51:40 PST 2025
================
@@ -16,6 +16,9 @@
#include <memory>
#include <sys/socket.h>
#include <sys/un.h>
+#ifdef _AIX
+#include <strings.h>
----------------
DhruvSrivastavaX wrote:
It is just a minor reason of bzero being used instead of memset. AIX defines bzero under `strings.h`
https://github.com/llvm/llvm-project/pull/120979
More information about the lldb-commits
mailing list