]> git.proxmox.com Git - wasi-libc.git/blame - libc-top-half/musl/src/thread/sem_destroy.c
bump version to 0.0~git20240411.9e8c542-3~bpo12+pve1
[wasi-libc.git] / libc-top-half / musl / src / thread / sem_destroy.c
CommitLineData
320054e8
DG
1#include <semaphore.h>
2
3int sem_destroy(sem_t *sem)
4{
5 return 0;
6}