clang -O2 -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations sched/struct-sched_param-sched_ss_max_repl.c -o sched/struct-sched_param-sched_ss_max_repl -D_POSIX_C_SOURCE=202405L -lm -lintl sched/struct-sched_param-sched_ss_max_repl.c:5:19: error: no member named 'sched_ss_max_repl' in 'struct sched_param' int *qux = &bar->sched_ss_max_repl; ~~~ ^ 1 error generated.