Changeset 55fe220 in mainline for uspace/app/sbi/src/os/helenos.c
- Timestamp:
- 2019-08-07T04:56:41Z (6 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/app/sbi/src/os/helenos.c
r5044114 r55fe220 255 255 int retval; 256 256 257 task_wait_set(&twait, TASK_WAIT_EXIT); 257 258 rc = task_spawnv(&tid, &twait, cmd[0], (char const *const *) cmd); 258 259 if (rc != EOK) { … … 263 264 264 265 /* XXX Handle exit status and return value. */ 265 rc = task_wait(&twait, &texit, &retval);266 rc = task_wait(&twait, NULL, NULL); 266 267 (void) rc; 267 268
Note:
See TracChangeset
for help on using the changeset viewer.