cc -pthread -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 -liconv sched/struct-sched_param-sched_ss_low_priority.c:5:19: error: no member named 'sched_ss_low_priority' in 'struct sched_param'; did you mean 'sched_priority'? 5 | int *qux = &bar->sched_ss_low_priority; | ^~~~~~~~~~~~~~~~~~~~~ | sched_priority /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sched.h:35:26: note: 'sched_priority' declared here 35 | struct sched_param { int sched_priority; char __opaque[__SCHED_PARAM_SIZE__]; }; | ^ 1 error generated.