--- libaitsched/inc/defs.h 2012/08/22 10:33:45 1.8.6.1 +++ libaitsched/inc/defs.h 2012/08/23 02:09:54 1.8.6.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.8.6.1 2012/08/22 10:33:45 misho Exp $ +* $Id: defs.h,v 1.8.6.2 2012/08/23 02:09:54 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -92,7 +92,7 @@ extern char sched_Error[]; inline void sched_SetErr(int, char *, ...); -void *_sched_threadJoin(sched_task_t *); +void *_sched_threadWrapper(sched_task_t *); #endif