cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations fcntl/F_RDLCK.c -o fcntl/F_RDLCK -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv fcntl/F_RDLCK.c:3:2: error: #error "F_RDLCK is not defined" 3 | #error "F_RDLCK is not defined" | ^~~~~