Changeset 55fe220 in mainline for uspace/lib/pcut/src/os/helenos.c
- Timestamp:
- 2019-08-07T04:56:41Z (5 years ago)
- Children:
- d4ec49e
- Parents:
- 5044114
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-10-12 22:21:42)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 04:56:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/src/os/helenos.c
r5044114 r55fe220 176 176 177 177 task_wait_t test_task_wait; 178 task_wait_set(&test_task_wait, TASK_WAIT_EXIT | TASK_WAIT_RETVAL); 178 179 rc = task_spawnvf(&test_task_id, &test_task_wait, self_path, arguments, 179 180 fileno(stdin), tempfile, tempfile);
Note:
See TracChangeset
for help on using the changeset viewer.