cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations sys_mman/munlock.c -o sys_mman/munlock -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv sys_mman/munlock.c:6:36: error: ‘munlock’ undeclared here (not in a function) 6 | int (*foo)(const void *, size_t) = munlock; | ^~~~~~~