summaryrefslogtreecommitdiff
path: root/condvar.c
diff options
context:
space:
mode:
Diffstat (limited to 'condvar.c')
-rw-r--r--condvar.c4
1 files changed, 0 insertions, 4 deletions
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++;