blob: 2bc347f4d620053fccbe71a70486b0412637fd65 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001
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)
9libc_hidden_def(mmap)
10