Changeset 9b8be79 in mainline for uspace/lib/posix/src/sys/mman.c
- Timestamp:
- 2018-09-18T14:50:22Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 460ea7e
- Parents:
- 7570a95f
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-14 17:49:49)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-18 14:50:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/src/sys/mman.c
r7570a95f r9b8be79 34 34 35 35 #include "../internal/common.h" 36 #include < posix/sys/mman.h>37 #include < posix/sys/types.h>38 #include < libc/as.h>39 #include < posix/unistd.h>36 #include <sys/mman.h> 37 #include <sys/types.h> 38 #include <as.h> 39 #include <unistd.h> 40 40 41 41 void *mmap(void *start, size_t length, int prot, int flags, int fd,
Note:
See TracChangeset
for help on using the changeset viewer.