Changeset 58898d1d in mainline for uspace/lib/pcut/src/os/helenos.c
- Timestamp:
- 2017-03-24T20:31:54Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e9b2534
- Parents:
- c9e3692
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/src/os/helenos.c
rc9e3692 r58898d1d 214 214 fibril_mutex_unlock(&forced_termination_mutex); 215 215 216 read(tempfile, extra_output_buffer, OUTPUT_BUFFER_SIZE); 216 aoff64_t pos = 0; 217 read(tempfile, &pos, extra_output_buffer, OUTPUT_BUFFER_SIZE); 217 218 218 219 leave_close_tempfile:
Note:
See TracChangeset
for help on using the changeset viewer.