summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/prctl.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-02-02 17:18:33 +0100
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-02-02 18:57:09 +0100
commit8d4b4981195849dd50ed94be33ede926c6f41dcd (patch)
treedeb8a9d77cd5096d85406bf6cfab58215bb9a887 /arch/x86/include/asm/prctl.h
parentheaders_check fix: linux/reinserfs_fs.h (diff)
downloadlinux-8d4b4981195849dd50ed94be33ede926c6f41dcd.tar.xz
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/prctl.h')
-rw-r--r--arch/x86/include/asm/prctl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/include/asm/prctl.h b/arch/x86/include/asm/prctl.h
index a8894647dd9a..3ac5032fae09 100644
--- a/arch/x86/include/asm/prctl.h
+++ b/arch/x86/include/asm/prctl.h
@@ -6,8 +6,4 @@
#define ARCH_GET_FS 0x1003
#define ARCH_GET_GS 0x1004
-#ifdef CONFIG_X86_64
-extern long sys_arch_prctl(int, unsigned long);
-#endif /* CONFIG_X86_64 */
-
#endif /* _ASM_X86_PRCTL_H */