cc -pipe -O -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations fcntl/F_OWNER_PID.c -o fcntl/F_OWNER_PID -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lrt -lcrypt fcntl/F_OWNER_PID.c:2:17: error: 'F_OWNER_PID' undeclared here (not in a function) int const foo = F_OWNER_PID; ^~~~~~~~~~~