CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/29 00:01:37
Modified files:
lib/librthread : rthread.c rthread.h rthread_sched.c
Log message:
Delete the duplicated sched_{policy,param} members from the internal struct
pthread and instead use the values from the embedded struct pthread_attr.
For bonus points, pay attention to the sched_inherit attribute and possibly
set the values from the parent thread.
Problem noted by natano of bitrig.
