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