blob: 2bc347f4d620053fccbe71a70486b0412637fd65 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#include <unistd.h>
#include <sys/mman.h>
#include <errno.h>
#include <sys/syscall.h>
_syscall6 (void *, mmap, void *, start, size_t, length, int, prot, int, flags,
int, fd, off_t, offset)
libc_hidden_def(mmap)
|