Changeset 2e3355a in mainline for uspace/lib/libc/include/task.h
- 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/include/task.h
r94e152a r2e3355a 41 41 42 42 extern task_id_t task_get_id(void); 43 extern task_id_t task_spawn(const char *path, c onst char *argv[]);43 extern task_id_t task_spawn(const char *path, char *const argv[]); 44 44 45 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.