Changeset b7fd2a0 in mainline for uspace/app/vlaunch/vlaunch.c
- Timestamp:
- 2018-01-13T03:10:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/vlaunch/vlaunch.c
r36f0738 rb7fd2a0 66 66 task_id_t id; 67 67 task_wait_t wait; 68 int rc = task_spawnl(&id, &wait, app, app, winreg, NULL);68 errno_t rc = task_spawnl(&id, &wait, app, app, winreg, NULL); 69 69 if (rc != EOK) { 70 70 printf("%s: Error spawning %s %s (%s)\n", NAME, app,
Note:
See TracChangeset
for help on using the changeset viewer.