cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations pthread/pthread_spin_trylock.c -o pthread/pthread_spin_trylock -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv pthread/pthread_spin_trylock.c:5:36: error: ‘pthread_spin_trylock’ undeclared here (not in a function); did you mean ‘pthread_mutex_trylock’? 5 | int (*foo)(pthread_spinlock_t *) = pthread_spin_trylock; | ^~~~~~~~~~~~~~~~~~~~ | pthread_mutex_trylock