|
@@ -53,7 +53,10 @@ __ptr_t mmap64(__ptr_t addr, size_t len, int prot, int flags, int fd, __off64_t
|
|
static inline _syscall6(__ptr_t, __syscall_mmap2, __ptr_t, addr,
|
|
static inline _syscall6(__ptr_t, __syscall_mmap2, __ptr_t, addr,
|
|
size_t, len, int, prot, int, flags, int, fd, off_t, offset);
|
|
size_t, len, int, prot, int, flags, int, fd, off_t, offset);
|