Changes in uspace/lib/pcut/src/os/helenos.c [6afc9d7:9b20126] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/src/os/helenos.c
r6afc9d7 r9b20126 220 220 fibril_mutex_unlock(&forced_termination_mutex); 221 221 222 read (tempfile, extra_output_buffer, OUTPUT_BUFFER_SIZE);222 read_all(tempfile, extra_output_buffer, OUTPUT_BUFFER_SIZE); 223 223 224 224 leave_close_tempfile:
Note:
See TracChangeset
for help on using the changeset viewer.