[libc-commits] [libc] [libc] Implement pthread_getthreadid_np and pthread_getunique_np. (PR #197027)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Tue May 12 03:46:28 PDT 2026
================
@@ -64,6 +64,7 @@ types:
- type_name: pthread_rwlockattr_t
- type_name: pthread_attr_t
- type_name: pthread_spinlock_t
+ - type_name: pthread_id_np_t
----------------
kaladron wrote:
I don't know the yaml format well - is there a way to indicate that this is a different standard? Otherwise it'll look like this is POSIX.
https://github.com/llvm/llvm-project/pull/197027
More information about the libc-commits
mailing list