cc -O2 -pipe -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations signal/SI_ASYNCIO.c -o signal/SI_ASYNCIO -D_POSIX_C_SOURCE=202405L -lm -lpthread signal/SI_ASYNCIO.c:2:17: error: use of undeclared identifier 'SI_ASYNCIO' int const foo = SI_ASYNCIO; ^ 1 error generated.