summaryrefslogtreecommitdiffstats
path: root/arch/um/sys-i386/shared/sysdep/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/sys-i386/shared/sysdep/syscalls.h')
-rw-r--r--arch/um/sys-i386/shared/sysdep/syscalls.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/um/sys-i386/shared/sysdep/syscalls.h b/arch/um/sys-i386/shared/sysdep/syscalls.h
index 905698197e35..e7787679e317 100644
--- a/arch/um/sys-i386/shared/sysdep/syscalls.h
+++ b/arch/um/sys-i386/shared/sysdep/syscalls.h
@@ -20,7 +20,3 @@ extern syscall_handler_t *sys_call_table[];
#define EXECUTE_SYSCALL(syscall, regs) \
((long (*)(struct syscall_args)) \
(*sys_call_table[syscall]))(SYSCALL_ARGS(&regs->regs))
-
-extern long sys_mmap2(unsigned long addr, unsigned long len,
- unsigned long prot, unsigned long flags,
- unsigned long fd, unsigned long pgoff);