clean-ups from previous experiment with sched_yield(), this one caused a

slow-down too.
This commit is contained in:
gbeauche 2005-06-25 11:36:35 +00:00
parent 52138d2014
commit 198925c5ae

View File

@ -358,9 +358,6 @@ int sem_destroy(sem_t *sem)
int sem_wait(sem_t *sem)
{
int cnt = 0;
struct timespec tm;
if (sem == NULL) {
errno = EINVAL;
return -1;