Changeset 6aeca0d in mainline for uspace/lib/posix/source/sys/mman.c
- Timestamp:
- 2016-08-28T11:27:42Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f2c3fed
- Parents:
- 1e5d01b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/sys/mman.c
r1e5d01b r6aeca0d 54 54 return MAP_FAILED; 55 55 56 return as_area_create(start, length, prot );56 return as_area_create(start, length, prot, AS_AREA_UNPAGED); 57 57 } 58 58
Note:
See TracChangeset
for help on using the changeset viewer.