Changeset 24345a5 in mainline for uspace/lib/libc/include
- Timestamp:
- 2008-11-08T10:01:59Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 24d6efc
- Parents:
- 7faabb7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/loader/loader.h
r7faabb7 r24345a5 45 45 } loader_t; 46 46 47 extern loader_t *loader_spawn( void);47 extern loader_t *loader_spawn(char *name); 48 48 extern int loader_get_task_id(loader_t *, task_id_t *); 49 49 extern int loader_set_pathname(loader_t *, const char *);
Note:
See TracChangeset
for help on using the changeset viewer.