diff options
Diffstat (limited to 'sysdeps/htl/timer_routines.h')
-rw-r--r-- | sysdeps/htl/timer_routines.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/htl/timer_routines.h b/sysdeps/htl/timer_routines.h index 062128c..a8134f5 100644 --- a/sysdeps/htl/timer_routines.h +++ b/sysdeps/htl/timer_routines.h @@ -32,8 +32,8 @@ thread_attr_compare (const pthread_attr_t * left, const pthread_attr_t * right) struct __pthread_attr *ileft = (struct __pthread_attr *) left; struct __pthread_attr *iright = (struct __pthread_attr *) right; - return ileft->__schedparam.__sched_priority - == iright->__schedparam.__sched_priority + return ileft->__schedparam.sched_priority + == iright->__schedparam.sched_priority && ileft->__stackaddr == iright->__stackaddr && ileft->__stacksize == iright->__stacksize && ileft->__guardsize == iright->__guardsize |