cc -O2 -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations pthread/pthread_rwlockattr_getpshared.c -o pthread/pthread_rwlockattr_getpshared -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -lcrypt pthread/pthread_rwlockattr_getpshared.c:6:68: error: 'pthread_rwlockattr_getpshared' undeclared here (not in a function); did you mean 'pthread_rwlockattr_destroy'? 6 | int (*foo)( const pthread_rwlockattr_t *restrict, int *restrict) = pthread_rwlockattr_getpshared; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | pthread_rwlockattr_destroy