cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations spawn/posix_spawnattr_getschedparam.c -o spawn/posix_spawnattr_getschedparam -D_POSIX_C_SOURCE=202405L -lm -lpthread -liconv spawn/posix_spawnattr_getschedparam.c:6:54: error: declaration of 'struct sched_param' will not be visible outside of this function [-Werror,-Wvisibility] 6 | int (*foo)(const posix_spawnattr_t *restrict, struct sched_param *restrict) = posix_spawnattr_getschedparam; | ^ spawn/posix_spawnattr_getschedparam.c:6:79: error: use of undeclared identifier 'posix_spawnattr_getschedparam' 6 | int (*foo)(const posix_spawnattr_t *restrict, struct sched_param *restrict) = posix_spawnattr_getschedparam; | ^ 2 errors generated.