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