mirror of
https://github.com/fluencelabs/musl
synced 2025-05-29 07:31:53 +00:00
7 lines
67 B
C
7 lines
67 B
C
#include <semaphore.h>
|
|
|
|
int sem_destroy(sem_t *sem)
|
|
{
|
|
return 0;
|
|
}
|