remove sporadic server members from struct sched_param
authorRich Felker <dalias@aerifal.cx>
Thu, 15 Aug 2019 00:50:42 +0000 (20:50 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 15 Aug 2019 00:50:42 +0000 (20:50 -0400)
commit827aa8fbcac89a63c6efb986871663861500cd13
tree907b7b892dc6de2c7a11d7a52c687c37f6d77b2f
parent29e8737f81ccc9fbadcf61a75318aa3d0516aafa
remove sporadic server members from struct sched_param

these members are associated with an unsupported option group. with
time_t changing size on 32-bit archs, all interfaces taking struct
sched_param arguments would need redirection and compat shims in order
to be able to continue offering these members, for no benefit. just
convert them to reserved space instead.
include/sched.h