cc -O2 -pthread -I/usr/local/include  -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations stdlib/WIFSIGNALED.c -o stdlib/WIFSIGNALED -D_POSIX_C_SOURCE=202405L  -lm -lpthread -lrt -L/usr/local/lib  -lintl -lcrypt
stdlib/WIFSIGNALED.c:3:2: error: #error "WIFSIGNALED is not defined"
    3 | #error "WIFSIGNALED is not defined"
      |  ^~~~~
