cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations spawn/POSIX_SPAWN_SETSCHEDPARAM.c -o spawn/POSIX_SPAWN_SETSCHEDPARAM -D_POSIX_C_SOURCE=202405L -lm -lpthread -liconv spawn/POSIX_SPAWN_SETSCHEDPARAM.c:3:17: error: use of undeclared identifier 'POSIX_SPAWN_SETSCHEDPARAM' 3 | int const foo = POSIX_SPAWN_SETSCHEDPARAM; | ^ 1 error generated.