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