aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2007-01-05 03:33:47 +0000
committerDavid Xu <davidxu@FreeBSD.org>2007-01-05 03:33:47 +0000
commitda20a63dbbf594030d5a1b8c77530ff0472194f4 (patch)
tree615b2aecc44001ca9eea8b04e1b7b08dba2c85e2 /lib
parent5470bb56fce6faa3b5756f3d4920132df3ded9f7 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libthr/thread/thr_mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_mutex.c b/lib/libthr/thread/thr_mutex.c
index 584b65ac8210..ea40a9b89f65 100644
--- a/lib/libthr/thread/thr_mutex.c
+++ b/lib/libthr/thread/thr_mutex.c
@@ -710,8 +710,8 @@ _pthread_mutex_setprioceiling(pthread_mutex_t *mutex,
return (0);
}
}
+ TAILQ_INSERT_HEAD(&curthread->pp_mutexq, m, m_qe);
}
- TAILQ_INSERT_HEAD(&curthread->pp_mutexq, m, m_qe);
}
return (0);
}