cc -O2 -pthread -I/usr/local/include  -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations pthread/pthread_condattr_setpshared.c -o pthread/pthread_condattr_setpshared -D_POSIX_C_SOURCE=202405L  -lm -lpthread -lrt -L/usr/local/lib  -lintl -lcrypt
pthread/pthread_condattr_setpshared.c:6:41: error: 'pthread_condattr_setpshared' undeclared here (not in a function); did you mean 'pthread_condattr_destroy'?
    6 | int (*foo)(pthread_condattr_t *, int) = pthread_condattr_setpshared;
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                         pthread_condattr_destroy
