summaryrefslogtreecommitdiffstats
path: root/all_pairs/source/cleanupSemaphores.c
blob: dde2bb371502d44961a0f0009a66bda359d89605 (plain) (blame)
1
2
3
4
5
6
#include <semaphore.h>

int main(){
	sem_unlink("/firstTacleSem");
	sem_unlink("/secondTacleSem");
}