cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations sys_mman/MCL_CURRENT.c -o sys_mman/MCL_CURRENT -D_POSIX_C_SOURCE=202405L -lm -lpthread -lnetwork -lbsd -latomic sys_mman/MCL_CURRENT.c:3:17: error: 'MCL_CURRENT' undeclared here (not in a function) 3 | int const foo = MCL_CURRENT; | ^~~~~~~~~~~