Rev 2479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2479 | Rev 2541 | ||
|---|---|---|---|
| Line 31... | Line 31... | ||
| 31 | */ |
31 | */ |
| 32 | /** @file |
32 | /** @file |
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #include <sys/mman.h> |
35 | #include <sys/mman.h> |
| - | 36 | #include <sys/types.h> |
|
| 36 | #include <as.h> |
37 | #include <as.h> |
| 37 | #include <unistd.h> |
38 | #include <unistd.h> |
| 38 | 39 | ||
| 39 | void *mmap(void *start, size_t length, int prot, int flags, int fd, |
40 | void *mmap(void *start, size_t length, int prot, int flags, int fd, |
| 40 | off_t offset) |
41 | off_t offset) |