aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/include/asm/syscalls.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-02-02 21:48:33 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-02-02 23:27:09 +0530
commit8d4b4981195849dd50ed94be33ede926c6f41dcd (patch)
treedeb8a9d77cd5096d85406bf6cfab58215bb9a887 /arch/x86/include/asm/syscalls.h
parentheaders_check fix: linux/reinserfs_fs.h (diff)
downloadwireguard-linux-8d4b4981195849dd50ed94be33ede926c6f41dcd.tar.xz
wireguard-linux-8d4b4981195849dd50ed94be33ede926c6f41dcd.zip
headers_check fix: x86, prctl.h
fix the following 'make headers_check' warning: usr/include/asm/prctl.h:10: extern's make no sense in userspace Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to 'arch/x86/include/asm/syscalls.h')
-rw-r--r--arch/x86/include/asm/syscalls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/syscalls.h b/arch/x86/include/asm/syscalls.h
index c0b0bda754ee..e26d34b0bc79 100644
--- a/arch/x86/include/asm/syscalls.h
+++ b/arch/x86/include/asm/syscalls.h
@@ -74,6 +74,7 @@ asmlinkage long sys_vfork(struct pt_regs *);
asmlinkage long sys_execve(char __user *, char __user * __user *,
char __user * __user *,
struct pt_regs *);
+long sys_arch_prctl(int, unsigned long);
/* kernel/ioport.c */
asmlinkage long sys_iopl(unsigned int, struct pt_regs *);