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