From 839f25dd8e50fa38a69ba94937c5d28c95285a8f Mon Sep 17 00:00:00 2001 From: "DESKTOP-450PEFP\\mainc" Date: Mon, 30 Mar 2026 09:34:33 +0800 Subject: [PATCH] 1 --- Workflow/include/pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };