Changes in uspace/lib/c/include/task.h [53031c2:1c635d6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/task.h
r53031c2 r1c635d6 60 60 extern int task_spawn(task_id_t *, task_wait_t *, const char *path, int, 61 61 va_list ap); 62 extern int task_spawnl(task_id_t *, task_wait_t *, const char *path, ...) 63 __attribute__((sentinel)); 62 extern int task_spawnl(task_id_t *, task_wait_t *, const char *path, ...); 64 63 65 64 extern int task_setup_wait(task_id_t, task_wait_t *);
Note:
See TracChangeset
for help on using the changeset viewer.