cc -O2 -pthread -I/usr/local/include  -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations sys_shm/SHM_FAILED.c -o sys_shm/SHM_FAILED -D_POSIX_C_SOURCE=202405L  -lm -lpthread -lrt -L/usr/local/lib  -lintl -lcrypt
sys_shm/SHM_FAILED.c:8:20: error: 'SHM_FAILED' undeclared here (not in a function)
    8 | void * const foo = SHM_FAILED;
      |                    ^~~~~~~~~~
