targets/Linux/plc_Linux_main.c
changeset 1903 084256be3658
parent 1457 ff7cfce737ca
child 2171 d1536c271866
equal deleted inserted replaced
1902:2b7e2db31d81 1903:084256be3658
   230 void LockPython(void)
   230 void LockPython(void)
   231 {
   231 {
   232     pthread_mutex_lock(&python_mutex);
   232     pthread_mutex_lock(&python_mutex);
   233 }
   233 }
   234 
   234 
       
   235 #ifndef HAVE_RETAIN
   235 void InitRetain(void)
   236 void InitRetain(void)
   236 {
   237 {
   237 }
   238 }
   238 
   239 
   239 void CleanupRetain(void)
   240 void CleanupRetain(void)
   258 }
   259 }
   259 
   260 
   260 void Remind(unsigned int offset, unsigned int count, void *p)
   261 void Remind(unsigned int offset, unsigned int count, void *p)
   261 {
   262 {
   262 }
   263 }
       
   264 #endif // !HAVE_RETAIN