Changeset 58898d1d in mainline for uspace/app/tester/mm/pager1.c
- Timestamp:
- 2017-03-24T20:31:54Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e9b2534
- Parents:
- c9e3692
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/mm/pager1.c
rc9e3692 r58898d1d 52 52 return NULL; 53 53 (void) unlink(TEST_FILE); 54 if (write(fd, text, sizeof(text)) != sizeof(text)) { 54 55 if (write(fd, (aoff64_t []) {0}, text, sizeof(text)) != sizeof(text)) { 55 56 close(fd); 56 57 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.