cc -O2 -pipe  -pthread -I/usr/local/include  -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 -L/usr/local/lib  -lintl
sched/struct-sched_param-sched_ss_max_repl.c:5:19: error: no member named 'sched_ss_max_repl' in 'struct sched_param'
    5 |         int *qux = &bar->sched_ss_max_repl;
      |                     ~~~  ^
1 error generated.
