Temporary fix of o1 compilation .[Issue-Id: ODUHIGH-285]
[o-du/l2.git] / src / rlog / rl_platform.c
index 587fa12..6aa39c7 100644 (file)
@@ -53,8 +53,8 @@ framework.
 /* Thread-specific data key visible to all threads */
 static pthread_key_t   g_threadkey;
 
-extern pthread_mutex_t g_logmutex;
-extern THREAD_DATA* g_pCirList[RLOG_MAX_THREADS];
+pthread_mutex_t g_logmutex;
+THREAD_DATA* g_pCirList[RLOG_MAX_THREADS];
 void* rlAlloc(size_t mem_size)
 {
        return malloc(mem_size);