[Openmp-commits] [openmp] [OpenMP] Implements __kmp_is_address_mapped for Solaris/Illumos. (PR #82930)
David CARLIER via Openmp-commits
openmp-commits at lists.llvm.org
Tue Feb 27 05:20:32 PST 2024
================
@@ -66,6 +66,12 @@
#include <sys/types.h>
#include <sys/sysctl.h>
#elif KMP_OS_SOLARIS
+#if defined(__LP64__)
+#define _STRUCTURED_PROC 1
+#include <sys/procfs.h>
----------------
devnexen wrote:
I did not know procfs.h did all, handy.
https://github.com/llvm/llvm-project/pull/82930
More information about the Openmp-commits
mailing list