Changeset 55fe220 in mainline for uspace/srv/hid/remcons/remcons.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/srv/hid/remcons/remcons.c
r5044114 r55fe220 239 239 task_id_t task; 240 240 task_wait_t wait; 241 task_wait_set(&wait, TASK_WAIT_EXIT | TASK_WAIT_RETVAL); 241 242 errno_t rc = task_spawnl(&task, &wait, APP_GETTERM, APP_GETTERM, user->service_name, 242 243 "/loc", "--msg", "--", APP_SHELL, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.