# runtime/cgo
gcc_libinit.c: In function '_cgo_try_pthread_create':
gcc_libinit.c:97:18: error: storage size of 'ts' isn't known
struct timespec ts;
^~
gcc_libinit.c:110:3: error: implicit declaration of function 'nanosleep' [-Werror=implicit-function-declaration]
nanosleep(&ts, nil);
^~~~~~~~~
gcc_libinit.c:97:18: error: unused variable 'ts' [-Werror=unused-variable]
struct timespec ts;
^~
cc1: all warnings being treated as errors