x86_64-managarm-gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations pthread/pthread_rwlock_timedrdlock.c -o pthread/pthread_rwlock_timedrdlock -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv pthread/pthread_rwlock_timedrdlock.c:5:75: error: ‘pthread_rwlock_timedrdlock’ undeclared here (not in a function); did you mean ‘pthread_rwlock_tryrdlock’? 5 | int (*foo)(pthread_rwlock_t *restrict, const struct timespec *restrict) = pthread_rwlock_timedrdlock; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | pthread_rwlock_tryrdlock