cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations sched/SCHED_OTHER.c -o sched/SCHED_OTHER -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv sched/SCHED_OTHER.c:3:17: error: ‘SCHED_OTHER’ undeclared here (not in a function) 3 | int const foo = SCHED_OTHER; | ^~~~~~~~~~~