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