/opt/IBM/openxlC/17.1.1/bin/ibm-clang -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations sys_stat/struct-stat-st_atim.c -o sys_stat/struct-stat-st_atim -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -latomic sys_stat/struct-stat-st_atim.c:4:19: error: incompatible pointer types initializing 'struct timespec *' with an expression of type 'st_timespec_t *' (aka 'struct st_timespec *') [-Werror,-Wincompatible-pointer-types] struct timespec *qux = &bar->st_atim; ^ ~~~~~~~~~~~~~ 1 error generated.