[libc-commits] [PATCH] D130872: [libc] Add GNU extension functions pthread_setname_np and pthread_getname_np.
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Aug 1 13:50:05 PDT 2022
michaelrj added inline comments.
================
Comment at: libc/spec/spec.td:110
+def PThreadTType : NamedType<"pthread_t">;
+
----------------
would it be reasonable to make the gnu extensions depend on the posix extensions instead of moving this to the global types?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130872/new/
https://reviews.llvm.org/D130872
More information about the libc-commits
mailing list