Changeset ce04ea44 in mainline for uspace/app/tester/mm/pager1.c


Ignore:
Timestamp:
2017-04-02T12:27:14Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
Children:
d4067a7
Parents:
163fc09
Message:

Rename read() to vfs_read() and write() to vfs_write()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/mm/pager1.c

    r163fc09 rce04ea44  
    5353        (void) vfs_unlink_path(TEST_FILE);
    5454
    55         if (write(fd, (aoff64_t []) {0}, text, sizeof(text)) != sizeof(text)) {
     55        if (vfs_write(fd, (aoff64_t []) {0}, text, sizeof(text)) < 0) {
    5656                vfs_put(fd);
    5757                return NULL;
Note: See TracChangeset for help on using the changeset viewer.