Example #1
0
static void cleanup(void)
{
	clean_sem(semid);
}
Example #2
0
static void cleanup(void)
{
	clean_sem(semid);
	TEST_CLEANUP;
}