[libcxx-commits] [libcxx] [libc++][AIX] Fix force_thread_creation_failure by using RLIMIT_THREADS (PR #188787)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 26 23:09:27 PDT 2026


================
@@ -33,7 +33,12 @@
 
 #if __has_include(<sys/resource.h>)
 #  include <sys/resource.h>
-#  ifdef RLIMIT_NPROC
+#  if defined(_AIX) && defined(RLIMIT_THREADS)
----------------
Himadhith wrote:

Done

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


More information about the libcxx-commits mailing list