[libc-commits] [libc] [libc][semaphore] Add unnamed semaphore implementation (PR #190851)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Wed Apr 8 13:26:42 PDT 2026
================
@@ -0,0 +1,21 @@
+header: semaphore.h
+standards:
+ - posix
+types:
+ - type_name: sem_t
+functions:
+ - name: sem_destroy
+ return_type: int
+ arguments:
----------------
michaelrj-google wrote:
the functions should also list their standard.
https://github.com/llvm/llvm-project/pull/190851
More information about the libc-commits
mailing list