Changeset ce04ea44 in mainline for uspace/lib/pcut/src/os/helenos.c
- Timestamp:
- 2017-04-02T12:27:14Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- d4067a7
- Parents:
- 163fc09
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/src/os/helenos.c
r163fc09 rce04ea44 215 215 216 216 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); 218 218 219 219 leave_close_tempfile:
Note:
See TracChangeset
for help on using the changeset viewer.