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:
Axel Dörfler 2004-07-05 18:01:24 +00:00
parent c17a1f18a5
commit 27cbcfb000
1 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,14 @@ void __init__image(struct uspace_program_args const *);
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
load_add_on(char const *name)
{