Ignore:
File:
1 edited

Legend:

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

    r9b20126 r6afc9d7  
    220220        fibril_mutex_unlock(&forced_termination_mutex);
    221221
    222         read_all(tempfile, extra_output_buffer, OUTPUT_BUFFER_SIZE);
     222        read(tempfile, extra_output_buffer, OUTPUT_BUFFER_SIZE);
    223223
    224224leave_close_tempfile:
Note: See TracChangeset for help on using the changeset viewer.