1 2 3 4 5 6
#include <semaphore.h> int main(){ sem_unlink("/firstTacleSem"); sem_unlink("/secondTacleSem"); }