clang -O2 -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations signal/struct-sigevent-sigev_notify_attributes.c -o signal/struct-sigevent-sigev_notify_attributes -D_POSIX_C_SOURCE=202405L -lm -lintl signal/struct-sigevent-sigev_notify_attributes.c:4:2: error: use of undeclared identifier 'pthread_attr_t' pthread_attr_t **qux = &bar->sigev_notify_attributes; ^ signal/struct-sigevent-sigev_notify_attributes.c:4:19: error: use of undeclared identifier 'qux' pthread_attr_t **qux = &bar->sigev_notify_attributes; ^ signal/struct-sigevent-sigev_notify_attributes.c:5:9: error: use of undeclared identifier 'qux' (void) qux; ^ 3 errors generated.