cc -pthread -Wall -Wextra -Werror=implicit-function-declaration pthread/pthread_getschedparam.c -o pthread/pthread_getschedparam -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread -lrt -lintl -liconv pthread/pthread_getschedparam.c: In function ‘main’: pthread/pthread_getschedparam.c:12:23: error: implicit declaration of function ‘pthread_getschedparam’ [-Wimplicit-function-declaration] 12 | if ( (errno = pthread_getschedparam(pthread_self(), &policy, ¶ms)) /*&& | ^~~~~~~~~~~~~~~~~~~~~