cc -O2 -pipe -pthread -Wall -Wextra -Werror=implicit-function-declaration pthread/pthread_mutexattr_getpshared.c -o pthread/pthread_mutexattr_getpshared -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread pthread/pthread_mutexattr_getpshared.c:14:16: error: call to undeclared function 'pthread_mutexattr_getpshared'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] 14 | if ( (errno = pthread_mutexattr_getpshared(&attr, &shared)) ) | ^ 1 error generated.