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