cc -O2 -pthread -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 -lpthread -lrt -lintl -lcrypt sched/struct-sched_param-sched_ss_max_repl.c: In function 'foo': sched/struct-sched_param-sched_ss_max_repl.c:5:17: error: 'struct sched_param' has no member named 'sched_ss_max_repl' 5 | int *qux = &bar->sched_ss_max_repl; | ^~