Added missing load_image() call - does not work yet, though.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8305 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c17a1f18a5
commit
27cbcfb000
@ -16,6 +16,14 @@ void __init__image(struct uspace_program_args const *);
|
|||||||
static struct rld_export const *gRuntimeLinker;
|
static struct rld_export const *gRuntimeLinker;
|
||||||
|
|
||||||
|
|
||||||
|
thread_id
|
||||||
|
load_image(int32 argc, const char **argv, const char **environ)
|
||||||
|
{
|
||||||
|
// ToDo: implement this!
|
||||||
|
return B_ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
image_id
|
image_id
|
||||||
load_add_on(char const *name)
|
load_add_on(char const *name)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user