[libc-commits] [libc] [libc][POSIX][pthreads] implement pthread_condattr_t functions (PR #88987)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Tue Apr 16 15:03:34 PDT 2024


================
@@ -32,6 +32,9 @@ enum {
   PTHREAD_MUTEX_ROBUST = 0x1,
 };
 
+#define PTHREAD_PROCESS_PRIVATE 0
----------------
nickdesaulniers wrote:

I agree. Let me file a TODO and link to it from here.

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


More information about the libc-commits mailing list