Changes in uspace/lib/libc/include/task.h [adb49f58:a000878c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/task.h
radb49f58 ra000878c 47 47 extern task_id_t task_get_id(void); 48 48 extern int task_set_name(const char *name); 49 extern task_id_t task_spawn(const char *path, c har *const argv[]);49 extern task_id_t task_spawn(const char *path, const char *const argv[]); 50 50 extern int task_wait(task_id_t id, task_exit_t *texit, int *retval); 51 51 extern int task_retval(int val);
Note:
See TracChangeset
for help on using the changeset viewer.