add NULL return value to macho timer function

This commit is contained in:
asvitkine 2010-08-22 19:31:36 +00:00
parent 8a062fefdc
commit 14339fb01f

View File

@ -573,6 +573,7 @@ static void *timer_func(void *arg)
}
semaphore_signal(wakeup_time_sem);
}
return NULL;
}
#endif