[ JIRA Id - ODUHIGH-573 ] Code changes upgraded to Gcc version 11.4.0
[o-du/l2.git] / src / mt / mt_ss.c
index cb1ad0b..3579275 100644 (file)
@@ -181,6 +181,7 @@ struct sigcontext my_uc_mcontext = { 0 };
 #include <ucontext.h>
 #include <dlfcn.h>
 
+uint32_t gt[128];
 
 #define SIGSEGV_STACK_GENERIC
 #define REGFORMAT "%x\n"
@@ -306,8 +307,8 @@ void *pthreadCreateHdlr(void*  arg);
 Buffer *mtTskBuffer1;
 Buffer *mtTskBuffer2;
 
-pthread_t tmpRegTidMap[20];
-uint8_t stopBtInfo;
+extern pthread_t tmpRegTidMap[20];
+extern uint8_t stopBtInfo;
 S16 SGlobMemInfoShow(void);
 #endif /* SS_LOCKLESS_MEMORY */