aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/syscalls.h')
-rw-r--r--include/asm-x86/syscalls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/syscalls.h b/include/asm-x86/syscalls.h
index 3d6b159d348c..87803da44010 100644
--- a/include/asm-x86/syscalls.h
+++ b/include/asm-x86/syscalls.h
@@ -5,7 +5,6 @@
5 * 5 *
6 * This file is released under the GPLv2. 6 * This file is released under the GPLv2.
7 * See the file COPYING for more details. 7 * See the file COPYING for more details.
8 *
9 */ 8 */
10 9
11#ifndef _ASM_X86_SYSCALLS_H 10#ifndef _ASM_X86_SYSCALLS_H
@@ -87,6 +86,7 @@ asmlinkage long sys_rt_sigreturn(struct pt_regs *);
87/* kernel/sys_x86_64.c */ 86/* kernel/sys_x86_64.c */
88asmlinkage long sys_mmap(unsigned long, unsigned long, unsigned long, 87asmlinkage long sys_mmap(unsigned long, unsigned long, unsigned long,
89 unsigned long, unsigned long, unsigned long); 88 unsigned long, unsigned long, unsigned long);
89struct new_utsname;
90asmlinkage long sys_uname(struct new_utsname __user *); 90asmlinkage long sys_uname(struct new_utsname __user *);
91 91
92#endif /* CONFIG_X86_32 */ 92#endif /* CONFIG_X86_32 */