X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Fexec.c;h=0dd60a01f1b4eabcd6ff2717ad2faffe099f8f61;hb=eebbbdba5eb44406061e4dff130257b654773d3f;hp=71a6efe5d8bd572455c1305a07734af70194d581;hpb=7f46b1343f723f98634a5dcee47856b2000079ed;p=linux-2.6-omap-h63xx.git diff --git a/fs/exec.c b/fs/exec.c index 71a6efe5d8b..0dd60a01f1b 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -99,7 +99,7 @@ static inline void put_binfmt(struct linux_binfmt * fmt) * * Also note that we take the address to load from from the file itself. */ -asmlinkage long sys_uselib(const char __user * library) +SYSCALL_DEFINE1(uselib, const char __user *, library) { struct file *file; struct nameidata nd;