gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations limits/GETENTROPY_MAX.c -o limits/GETENTROPY_MAX -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lxnet -lsocket -latomic limits/GETENTROPY_MAX.c:3:2: error: #error "GETENTROPY_MAX is not defined" 3 | #error "GETENTROPY_MAX is not defined" | ^~~~~