Messages in this thread |  | | Date | Fri, 6 Sep 2002 11:07:13 +0200 (CEST) | From | Ingo Molnar <> | Subject | Re: Little bug in O(1) scheduler patch (also in 2.4.19-ac4) |
| |
On Fri, 6 Sep 2002, Juan M. de la Torre wrote:
> a module compiled for kernel 2.4.19-ac4, with CONFIG_MODVERSIONS, and > importing flush_signals() from kernel, fails to load, reporting > "unresolved symbol flush_signals_xxxxxxxx".
what module?
> The problem is that the type of the argument passed to flush_signals() > has been changed from "struct task_struct *" to "task_t *" in sched.h, > but it remains unchanged in kernel/signal.c. The same happens with > flush_signal_handlers().
hm, struct task_struct * is the same as task_t *.
Ingo
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |