[libc-commits] [PATCH] D122969: [libc] Add pthread_mutexattr_t type and its setters and getters.
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Apr 4 10:32:57 PDT 2022
michaelrj accepted this revision.
michaelrj added a comment.
This revision is now accepted and ready to land.
LGTM with nit.
================
Comment at: libc/spec/posix.td:23
NamedType SSizeTType = NamedType<"ssize_t">;
+ NamedType PThreadMutexAttrTType = NamedType<"pthread_mutexattr_t">;
+ PtrType PThreadMutexAttrTPtr = PtrType<PThreadMutexAttrTType>;
----------------
you have a trailing space here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122969/new/
https://reviews.llvm.org/D122969
More information about the libc-commits
mailing list