From 966ee6606ecc48c1c4da20308f8061f5ac554982 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 d95e40e214e..f829c5c5c27 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