cc -O2 -pipe -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations time/timer_getoverrun.c -o time/timer_getoverrun -D_POSIX_C_SOURCE=202405L -lm -lpthread time/timer_getoverrun.c:5:23: error: use of undeclared identifier 'timer_getoverrun' int (*foo)(timer_t) = timer_getoverrun; ^ 1 error generated.