aboutsummaryrefslogtreecommitdiff
#include <semaphore.h>

int sem_destroy(sem_t *sem)
{
	return 0;
}


#ifdef TEST
int
main(void) {
	return 0;
}
#endif