blob: 9d2563d6b99c6820e3aecc9145f03132cf3cbfa4 [file] [log] [blame]
#include <semaphore.h>
int sem_destroy(sem_t* sem) {
return 0;
}