yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame^] | 1 | |
2 | #include <unistd.h> | ||||
3 | #include <sys/mman.h> | ||||
4 | #include <errno.h> | ||||
5 | #include <sys/syscall.h> | ||||
6 | |||||
7 | _syscall6 (void *, mmap, void *, start, size_t, length, int, prot, int, flags, | ||||
8 | int, fd, off_t, offset) | ||||
9 | libc_hidden_def(mmap) | ||||
10 |