remove/replaced PRIVATE and EXTERN keywords
[o-du/l2.git] / src / mt / ss_task.c
index 0134bab..8a63958 100644 (file)
 #include "signal.h"
 #include "mt_plat_t33.h"
 #include "mt_4gmx.x"
-EXTERN S32 clusterMode;
+S32 clusterMode;
 #endif 
 
 pthread_t tmpRegTidMap[20];
 
 #ifdef TENB_T2K3K_SPECIFIC_CHANGES
-EXTERN unsigned int tlPost(void *handle);
+unsigned int tlPost(void *handle);
 #ifdef XEON_SPECIFIC_CHANGES
-EXTERN int          WLS_WakeUp(void* h);
+int          WLS_WakeUp(void* h);
 #endif
 #endif
 
@@ -1977,7 +1977,7 @@ S8 *logBuf
 #endif
 {
    S8 *buffer;
-   PRIVATE uint16_t logFileCnt = 0;
+   static uint16_t logFileCnt = 0;
    S8 newFileName[SS_MAX_PATH];
 #ifdef WIN32
    size_t writeNum;
@@ -4280,7 +4280,7 @@ Buffer *mBuf;                   /* message to post */
                            ((prior * SS_MAX_MSG_PRI) + tempPst.prior));
 #ifdef TENB_T2K3K_SPECIFIC_CHANGES
    {
-      extern Bool g_usettitmr;
+      Bool g_usettitmr;
       if (g_usettitmr)
       {
          if (tTsk->sTsk->tskPrior == PRIOR0)