From 9b75468a10363ada39a17563cca6bcd819ec8fcd Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 16 Jan 1999 17:34:53 +0000 Subject: Sun Jan 17 12:01:26 1999 Ross Johnson * private.c (_pthread_sem_timedwait): Move from semaphore.c. * semaphore.c : Remove redundant #includes. (_pthread_sem_timedwait): Move to private.c. (sem_wait): Add missing abstime arg to pthreadCancelableWait() call. 1999-01-17 Ross Johnson * runtest: New script to build and run a test in the tests directory. --- condvar.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'condvar.c') diff --git a/condvar.c b/condvar.c index 5bf99e8..f55fefa 100644 --- a/condvar.c +++ b/condvar.c @@ -413,10 +413,6 @@ cond_timedwait (pthread_cond_t * cond, /* * OK to increment cv->waiters because the caller locked 'mutex' - * - * [RPJ] FIXME: This can still lead to race conditions, which I think - * are NOT the same as the unpredictable scheduling behaviour noted in the - * POSIX Pthread specs. */ cv->waiters++; -- cgit v1.2.3