Changeset 58898d1d in mainline for uspace/lib/pcut/src/os/helenos.c


Ignore:
Timestamp:
2017-03-24T20:31:54Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8e9b2534
Parents:
c9e3692
Message:

Remove VFS_IN_SEEK from VFS

File:
1 edited

Legend:

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

    rc9e3692 r58898d1d  
    214214        fibril_mutex_unlock(&forced_termination_mutex);
    215215
    216         read(tempfile, extra_output_buffer, OUTPUT_BUFFER_SIZE);
     216        aoff64_t pos = 0;
     217        read(tempfile, &pos, extra_output_buffer, OUTPUT_BUFFER_SIZE);
    217218
    218219leave_close_tempfile:
Note: See TracChangeset for help on using the changeset viewer.