diff options
Diffstat (limited to 'libc/sysdeps/linux/vax/_mmap.c')
-rw-r--r-- | libc/sysdeps/linux/vax/_mmap.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libc/sysdeps/linux/vax/_mmap.c b/libc/sysdeps/linux/vax/_mmap.c deleted file mode 100644 index 41bfb79f1..000000000 --- a/libc/sysdeps/linux/vax/_mmap.c +++ /dev/null @@ -1,11 +0,0 @@ - -#include <unistd.h> -#include <sys/mman.h> -#include <errno.h> -#include <sys/syscall.h> - -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) - |