From f5506c203df022b89617a1a8862bf2572a28ecaf Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Sun, 17 Dec 2023 21:12:33 +0100 Subject: [PATCH] fix wrong definitinon --- ee/libpthreadglue/src/osal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/libpthreadglue/src/osal.c b/ee/libpthreadglue/src/osal.c index d95e40e214e9..f829c5c5c270 100644 --- a/ee/libpthreadglue/src/osal.c +++ b/ee/libpthreadglue/src/osal.c @@ -24,7 +24,7 @@ #define POLLING_DELAY_IN_us 100 -#if F___threadInfo +#ifdef F___threadInfo struct OsalThreadInfo __threadInfo[MAX_THREADS]; #endif