cc -O2 -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations unistd/_POSIX_TIMEOUTS.c -o unistd/_POSIX_TIMEOUTS -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -lcrypt unistd/_POSIX_TIMEOUTS.c:3:2: error: #error "_POSIX_TIMEOUTS is not defined" 3 | #error "_POSIX_TIMEOUTS is not defined" | ^~~~~