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