summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_kern.c
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-04-30 21:50:29 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-04-30 21:50:29 +0000
commit96efcebdfc1bf055a1b596778960c86b23be3b2e (patch)
tree5173cad59274b45d1d8b4284a2800a0b4ceaed35 /lib/libpthread/thread/thr_kern.c
parentce42f1fb1708bc2d8c47fde8619bd90bc9224909 (diff)
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_kern.c')
-rw-r--r--lib/libpthread/thread/thr_kern.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/thread/thr_kern.c b/lib/libpthread/thread/thr_kern.c
index 36efc31321d6..32d0a767874f 100644
--- a/lib/libpthread/thread/thr_kern.c
+++ b/lib/libpthread/thread/thr_kern.c
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: uthread_kern.c,v 1.9 1998/04/17 09:37:41 jb Exp $
+ * $Id: uthread_kern.c,v 1.10 1998/04/29 09:59:02 jb Exp $
*
*/
#include <errno.h>
@@ -321,7 +321,7 @@ __asm__("fnsave %0": :"m"(*fdata));
* the last incremental priority check was
* made:
*/
- else if (timercmp(&_thread_run->last_inactive, &kern_inc_prio_time, >)) {
+ else if (timercmp(&_thread_run->last_inactive, &kern_inc_prio_time, <)) {
/*
* Increment the incremental priority
* for this thread in the hope that