diff --git a/Workflow/include/pthread.h b/Workflow/include/pthread.h index b4072f7..5bccb67 100644 --- a/Workflow/include/pthread.h +++ b/Workflow/include/pthread.h @@ -317,7 +317,7 @@ enum { #define HAVE_STRUCT_TIMESPEC #if !defined(_TIMESPEC_DEFINED) #define _TIMESPEC_DEFINED -struct timespec { +struct timespec_ { time_t tv_sec; long tv_nsec; };