[libc-commits] [libc] [libc] add `pthread_cond_*` public interfaces (PR #193656)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Thu Apr 23 07:49:05 PDT 2026
================
@@ -458,8 +460,9 @@ add_header_macro(
.llvm-libc-types.pthread_rwlockattr_t
.llvm-libc-types.pthread_spinlock_t
.llvm-libc-types.pthread_t
+ .llvm-libc-types.struct_timespec
.llvm_libc_common_h
-)
+ )
----------------
kaladron wrote:
I don't think this indentation is right.
https://github.com/llvm/llvm-project/pull/193656
More information about the libc-commits
mailing list