build: FAILED conformance/definitions/sched_h/3-1: build: FAILED: Compiler output: conformance/definitions/sched_h/3-1.c:29:4: error: no member named 'sched_ss_low_priority' in 'struct sched_param'; did you mean 'sched_priority'? s.sched_ss_low_priority = 0; ^~~~~~~~~~~~~~~~~~~~~ sched_priority /usr/include/sched.h:53:6: note: 'sched_priority' declared here int sched_priority; ^ conformance/definitions/sched_h/3-1.c:30:21: error: no member named 'sched_ss_repl_period' in 'struct sched_param' ss_repl_period = s.sched_ss_repl_period; ~ ^ conformance/definitions/sched_h/3-1.c:31:21: error: no member named 'sched_ss_init_budget' in 'struct sched_param' ss_init_budget = s.sched_ss_init_budget; ~ ^ conformance/definitions/sched_h/3-1.c:32:4: error: no member named 'sched_ss_max_repl' in 'struct sched_param' s.sched_ss_max_repl = 0; ~ ^ 4 errors generated.