Changeset 2e3355a in mainline for uspace/lib/libc/generic/task.c
- Timestamp:
- 2008-09-20T11:43:36Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3b8fe85
- Parents:
- 94e152a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/task.c
r94e152a r2e3355a 124 124 * @return ID of the newly created task or zero on error. 125 125 */ 126 task_id_t task_spawn(const char *path, c onst char *argv[])126 task_id_t task_spawn(const char *path, char *const argv[]) 127 127 { 128 128 int phone_id;
Note:
See TracChangeset
for help on using the changeset viewer.