[libc-commits] [libc] [libc][POSIX][pthreads] implement pthread_condattr_t functions (PR #88987)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Tue Apr 16 14:38:53 PDT 2024
================
@@ -32,6 +32,9 @@ enum {
PTHREAD_MUTEX_ROBUST = 0x1,
};
+#define PTHREAD_PROCESS_PRIVATE 0
----------------
michaelrj-google wrote:
the pthread macros should be moved to a `pthread_macros.h`at some point, though that doesn't need to be this patch.
https://github.com/llvm/llvm-project/pull/88987
More information about the libc-commits
mailing list