cc -O2 -pthread -I/usr/local/include  -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations sched/struct-sched_param-sched_ss_low_priority.c -o sched/struct-sched_param-sched_ss_low_priority -D_POSIX_C_SOURCE=202405L  -lm -lpthread -lrt -L/usr/local/lib  -lintl -lcrypt
sched/struct-sched_param-sched_ss_low_priority.c: In function 'foo':
sched/struct-sched_param-sched_ss_low_priority.c:5:19: error: 'struct sched_param' has no member named 'sched_ss_low_priority'; did you mean 'sched_priority'?
    5 |  int *qux = &bar->sched_ss_low_priority;
      |                   ^~~~~~~~~~~~~~~~~~~~~
      |                   sched_priority
