--- libaitsched/src/tasks.c 2012/08/22 10:33:45 1.13.2.1 +++ libaitsched/src/tasks.c 2012/08/22 10:38:21 1.13.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: tasks.c,v 1.13.2.1 2012/08/22 10:33:45 misho Exp $ +* $Id: tasks.c,v 1.13.2.2 2012/08/22 10:38:21 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -106,6 +106,8 @@ sched_unuseTask(sched_task_t * __restrict task) return task; } +#pragma GCC visibility push(hidden) + void * _sched_threadJoin(sched_task_t *task) { @@ -121,6 +123,8 @@ _sched_threadJoin(sched_task_t *task) return NULL; } + +#pragma GCC visibility pop /* * sched_taskExit() - Exit routine for scheduler task, explicit required for thread tasks