cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations unistd/F_TLOCK.c -o unistd/F_TLOCK -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv unistd/F_TLOCK.c:8:17: error: ‘F_TLOCK’ undeclared here (not in a function); did you mean ‘F_OK’? 8 | int const foo = F_TLOCK; | ^~~~~~~ | F_OK