mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Revert "Fix sched_param"
This reverts commit 783c482030
which
accidentaly flew out.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user