x86_64-managarm-gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations threads/cnd_timedwait.c -o threads/cnd_timedwait -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv threads/cnd_timedwait.c:5:81: error: ‘cnd_timedwait’ undeclared here (not in a function); did you mean ‘cnd_wait’? 5 | int (*foo)(cnd_t *restrict, mtx_t *restrict, const struct timespec *restrict) = cnd_timedwait; | ^~~~~~~~~~~~~ | cnd_wait