Changes in uspace/lib/libc/generic/task.c [622cdbe:a000878c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/task.c
r622cdbe ra000878c 76 76 * 77 77 */ 78 task_id_t task_spawn(const char *path, c har *const args[])78 task_id_t task_spawn(const char *path, const char *const args[]) 79 79 { 80 80 /* Connect to a program loader. */
Note:
See TracChangeset
for help on using the changeset viewer.