summaryrefslogtreecommitdiff
path: root/pthread_mutex_unlock.c
diff options
context:
space:
mode:
authorrpj <rpj>2005-01-25 07:58:19 +0000
committerrpj <rpj>2005-01-25 07:58:19 +0000
commitb4329b1968f3282e17fca3ef180c76c7b98715ee (patch)
tree7d1a54a0035d08ab12b0a05d244b8687d8a1753b /pthread_mutex_unlock.c
parent2c2624655dfa830dafef17e87b739f876f098f8c (diff)
Diffstat (limited to 'pthread_mutex_unlock.c')
-rw-r--r--pthread_mutex_unlock.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pthread_mutex_unlock.c b/pthread_mutex_unlock.c
index cd3c36f..9ebe4e3 100644
--- a/pthread_mutex_unlock.c
+++ b/pthread_mutex_unlock.c
@@ -69,9 +69,6 @@ pthread_mutex_unlock (pthread_mutex_t * mutex)
{
/*
* Someone may be waiting on that mutex.
- * Pulse event on an auto-reset event will
- * release one waiter if possible, otherwise
- * it will just reset the event.
*/
if (SetEvent (mx->event) == 0)
{