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