Changeset ce04ea44 in mainline for uspace/lib/pcut/src/os/helenos.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, topic/simplify-dev-export
Children:
d4067a7
Parents:
163fc09
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/pcut/src/os/helenos.c

    r163fc09 rce04ea44  
    215215
    216216        aoff64_t pos = 0;
    217         read(tempfile, &pos, extra_output_buffer, OUTPUT_BUFFER_SIZE);
     217        vfs_read(tempfile, &pos, extra_output_buffer, OUTPUT_BUFFER_SIZE);
    218218
    219219leave_close_tempfile:
Note: See TracChangeset for help on using the changeset viewer.