Changeset ce04ea44 in mainline for uspace/app/tester/mm/pager1.c
- Timestamp:
- 2017-04-02T12:27:14Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- d4067a7
- Parents:
- 163fc09
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/mm/pager1.c
r163fc09 rce04ea44 53 53 (void) vfs_unlink_path(TEST_FILE); 54 54 55 if ( write(fd, (aoff64_t []) {0}, text, sizeof(text)) != sizeof(text)) {55 if (vfs_write(fd, (aoff64_t []) {0}, text, sizeof(text)) < 0) { 56 56 vfs_put(fd); 57 57 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.