diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-21 10:37:27 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-21 10:37:27 -0500 |
commit | 77835492ed489c0b870f82f4c50687bd267acc0a (patch) | |
tree | d80903ce1b8dd30aa44ccfc756616ad4d6c74d63 /fs/exec.c | |
parent | af37501c792107c2bde1524bdae38d9a247b841a (diff) | |
parent | 1de9e8e70f5acc441550ca75433563d91b269bbe (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ static inline void put_binfmt(struct linux_binfmt * fmt) | |||
100 | * | 100 | * |
101 | * Also note that we take the address to load from from the file itself. | 101 | * Also note that we take the address to load from from the file itself. |
102 | */ | 102 | */ |
103 | asmlinkage long sys_uselib(const char __user * library) | 103 | SYSCALL_DEFINE1(uselib, const char __user *, library) |
104 | { | 104 | { |
105 | struct file *file; | 105 | struct file *file; |
106 | struct nameidata nd; | 106 | struct nameidata nd; |