x86_64-managarm-gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations pthread/pthread_spin_destroy.c -o pthread/pthread_spin_destroy -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv pthread/pthread_spin_destroy.c:5:12: error: unknown type name ‘pthread_spinlock_t’; did you mean ‘pthread_rwlock_t’? 5 | int (*foo)(pthread_spinlock_t *) = pthread_spin_destroy; | ^~~~~~~~~~~~~~~~~~ | pthread_rwlock_t