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