Changeset 7171760 in mainline for uspace/lib/c/include/task.h
- Timestamp:
- 2011-08-18T12:05:00Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b33ec43
- Parents:
- 866e627
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/task.h
r866e627 r7171760 38 38 #include <sys/types.h> 39 39 40 typedef struct fdi_node fdi_node_t;41 42 40 typedef uint64_t task_id_t; 43 41 … … 54 52 extern int task_spawnv(task_id_t *, const char *path, const char *const []); 55 53 extern int task_spawnvf(task_id_t *, const char *path, const char *const [], 56 fdi_node_t *const []);54 int *const []); 57 55 extern int task_spawnl(task_id_t *, const char *path, ...); 58 56
Note:
See TracChangeset
for help on using the changeset viewer.