From 045e848884a7d1d8b9634b29c2d0536d7c6bd8b2 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 13 Feb 2006 09:59:03 +0000 Subject: Rename _mmap.c to mmap.c so that vax does not pick up both common and arch specific mmap --- libc/sysdeps/linux/vax/mmap.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libc/sysdeps/linux/vax/mmap.c (limited to 'libc/sysdeps/linux/vax/mmap.c') diff --git a/libc/sysdeps/linux/vax/mmap.c b/libc/sysdeps/linux/vax/mmap.c new file mode 100644 index 000000000..41bfb79f1 --- /dev/null +++ b/libc/sysdeps/linux/vax/mmap.c @@ -0,0 +1,11 @@ + +#include +#include +#include +#include + +libc_hidden_proto(mmap) +_syscall6 (void *, mmap, void *, start, size_t, length, int, prot, int, flags, + int, fd, off_t, offset); +libc_hidden_def(mmap) + -- cgit v1.2.3