Esempio n. 1
0
static void cleanup(void)
{
	clean_sem(semid);
}
Esempio n. 2
0
static void cleanup(void)
{
	clean_sem(semid);
	TEST_CLEANUP;
}