@@ -52,11 +52,11 @@ normalPrio = param.sched_priority; pthread_attr_destroy(&pattr); } -static void* +static void * function_wrapper(void *data) { struct thread_ctx *ctx = data; pthread_cleanup_push(free, data);