aboutsummaryrefslogtreecommitdiff
path: root/fs/exec.c
diff options
context:
space:
mode:
authorGravatar Ingo Molnar <mingo@elte.hu> 2009-01-21 16:37:27 +0100
committerGravatar Ingo Molnar <mingo@elte.hu> 2009-01-21 16:37:27 +0100
commit77835492ed489c0b870f82f4c50687bd267acc0a (patch)
treed80903ce1b8dd30aa44ccfc756616ad4d6c74d63 /fs/exec.c
parentMerge branch 'core/percpu' into perfcounters/core (diff)
parentLinux 2.6.29-rc2 (diff)
downloadlinux-77835492ed489c0b870f82f4c50687bd267acc0a.tar.gz
linux-77835492ed489c0b870f82f4c50687bd267acc0a.tar.bz2
linux-77835492ed489c0b870f82f4c50687bd267acc0a.zip
Merge commit 'v2.6.29-rc2' into perfcounters/core
Conflicts: include/linux/syscalls.h
Diffstat (limited to 'fs/exec.c')
-rw-r--r--fs/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/exec.c b/fs/exec.c
index 605be573fe87..97f9c225dd66 100644
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -100,7 +100,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;