X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fum%2Fkernel%2Fksyms.c;h=432cf0b97a138716b39360274a09e6d769b7fcfe;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=cecb344071fe2f80a877cb8f8a9ff74bb01d4a4b;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/arch/um/kernel/ksyms.c b/arch/um/kernel/ksyms.c index cecb34407..432cf0b97 100644 --- a/arch/um/kernel/ksyms.c +++ b/arch/um/kernel/ksyms.c @@ -3,6 +3,7 @@ * Licensed under the GPL */ +#include "linux/config.h" #include "linux/module.h" #include "linux/string.h" #include "linux/smp_lock.h" @@ -87,6 +88,12 @@ EXPORT_SYMBOL(dump_thread); EXPORT_SYMBOL(do_gettimeofday); EXPORT_SYMBOL(do_settimeofday); +/* This is here because UML expands lseek to sys_lseek, not to a system + * call instruction. + */ +EXPORT_SYMBOL(sys_lseek); +EXPORT_SYMBOL(sys_wait4); + #ifdef CONFIG_SMP /* required for SMP */