Changeset 79ea5af in mainline for uspace/app/tester/mm/pager1.c
- Timestamp:
- 2017-03-30T20:47:53Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 67e881c
- Parents:
- ae7bfbbd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/mm/pager1.c
rae7bfbbd r79ea5af 28 28 29 29 #include <stdio.h> 30 #include < unistd.h>30 #include <vfs/vfs.h> 31 31 #include <fcntl.h> 32 32 #include <stdlib.h> … … 51 51 if (fd < 0) 52 52 return NULL; 53 (void) unlink(TEST_FILE);53 (void) vfs_unlink_path(TEST_FILE); 54 54 55 55 if (write(fd, (aoff64_t []) {0}, text, sizeof(text)) != sizeof(text)) {
Note:
See TracChangeset
for help on using the changeset viewer.