aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exec.c
diff options
context:
space:
mode:
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)
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 */
103asmlinkage long sys_uselib(const char __user * library) 103SYSCALL_DEFINE1(uselib, const char __user *, library)
104{ 104{
105 struct file *file; 105 struct file *file;
106 struct nameidata nd; 106 struct nameidata nd;