cc -O2 -pipe -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations limits/POSIX_ALLOC_SIZE_MIN.c -o limits/POSIX_ALLOC_SIZE_MIN -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lstdthreads -lcrypt limits/POSIX_ALLOC_SIZE_MIN.c:5:2: error: "POSIX_ALLOC_SIZE_MIN is not defined" 5 | #error "POSIX_ALLOC_SIZE_MIN is not defined" | ^ 1 error generated.