cc -O2 -pthread -I/usr/local/include  -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations sched/SCHED_SPORADIC.c -o sched/SCHED_SPORADIC -D_POSIX_C_SOURCE=202405L  -lm -lpthread -lrt -L/usr/local/lib  -lintl -lcrypt
sched/SCHED_SPORADIC.c:3:17: error: 'SCHED_SPORADIC' undeclared here (not in a function)
    3 | int const foo = SCHED_SPORADIC;
      |                 ^~~~~~~~~~~~~~
