mirror of
https://github.com/fluencelabs/musl
synced 2025-06-30 07:02:41 +00:00
add C11 mutex functions
This commit is contained in:
committed by
Rich Felker
parent
e16f70f452
commit
8b0472932c
5
src/thread/mtx_destroy.c
Normal file
5
src/thread/mtx_destroy.c
Normal file
@ -0,0 +1,5 @@
|
||||
#include <threads.h>
|
||||
|
||||
void mtx_destroy(mtx_t *mtx)
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user