--- a/targets/Linux/plc_Linux_main.c Sat Apr 04 10:43:29 2009 +0200
+++ b/targets/Linux/plc_Linux_main.c Wed Apr 08 15:16:45 2009 +0200
@@ -84,8 +84,8 @@
sigev.sigev_notify_attributes = NULL;
sigev.sigev_notify_function = PLC_timer_notify;
- pthread_mutex_init(&debug_wait_mutex);
- pthread_mutex_init(&python_wait_mutex);
+ pthread_mutex_init(&debug_wait_mutex, NULL); + pthread_mutex_init(&python_wait_mutex, NULL); pthread_mutex_lock(&debug_wait_mutex);
pthread_mutex_lock(&python_wait_mutex);