Changeset bc18d63 in mainline for uspace/lib/libc/include/task.h
- Timestamp:
- 2009-03-01T15:00:24Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4b241f3
- Parents:
- 4c7257b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/task.h
r4c7257b rbc18d63 41 41 42 42 extern task_id_t task_get_id(void); 43 extern int task_set_name(const char *name); 43 44 extern task_id_t task_spawn(const char *path, char *const argv[]); 44 45
Note:
See TracChangeset
for help on using the changeset viewer.