| | Date | Thu, 5 Oct 2006 18:00:35 -0700 | | From | Andrew Morton <> | | Subject | Re: [PATCH 04/14] uml: readd forgot prototype |
| |
On Thu, 05 Oct 2006 23:38:46 +0200 "Paolo 'Blaisorblade' Giarrusso" <blaisorblade@yahoo.it> wrote:
> --- a/arch/um/include/os.h > +++ b/arch/um/include/os.h > @@ -201,6 +201,7 @@ extern int os_getpgrp(void); > > #ifdef UML_CONFIG_MODE_TT > extern void init_new_thread_stack(void *sig_stack, void (*usr1_handler)(int)); > +extern void stop(void);
You have a global function called "stop"?
Good luck with that...
- 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/
|