--- tftpd/src/exec.c 2014/02/14 15:44:24 1.1.2.2 +++ tftpd/src/exec.c 2014/02/14 16:01:28 1.1.2.3 @@ -2,3 +2,10 @@ #include "exec.h" +void * +execProg(sched_task_t *task) +{ + ETRACE(); + + taskExit(task, NULL); +}