x86_64-managarm-gcc -pthread -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 -lpthread -lrt -lintl -liconv signal/struct-sigevent-sigev_notify_attributes.c: In function ‘foo’: signal/struct-sigevent-sigev_notify_attributes.c:4:9: error: unknown type name ‘pthread_attr_t’; did you mean ‘pthread_t’? 4 | pthread_attr_t **qux = &bar->sigev_notify_attributes; | ^~~~~~~~~~~~~~ | pthread_t signal/struct-sigevent-sigev_notify_attributes.c:4:32: error: initialization of ‘int **’ from incompatible pointer type ‘struct __mlibc_threadattr **’ [-Wincompatible-pointer-types] 4 | pthread_attr_t **qux = &bar->sigev_notify_attributes; | ^