[libc-commits] [libc] [libc][Semaphore] Add public sem_t type and entry (PR #213489)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Sun Aug 2 14:42:58 PDT 2026


================
@@ -0,0 +1,22 @@
+//===-- Definition of macros from semaphore.h -----------------------------===//
----------------
kaladron wrote:

Please see https://llvm.org/docs/CodingStandards.html#file-headers for the LLVM headers.  It changed recently, sorry about this. =(  We're trying to enforce it on all new code and will update the old ones soonish.

https://github.com/llvm/llvm-project/pull/213489


More information about the libc-commits mailing list