Added TODO.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24492 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -21,6 +21,9 @@ static status_t sStatus;
|
|||||||
void *
|
void *
|
||||||
dlopen(char const *name, int mode)
|
dlopen(char const *name, int mode)
|
||||||
{
|
{
|
||||||
|
// TODO: According to the standard multiple dlopen() invocations for the same
|
||||||
|
// file will cause the object to be loaded once only. That is we should load
|
||||||
|
// the object as a library, not an add-on.
|
||||||
status_t status;
|
status_t status;
|
||||||
|
|
||||||
if (name == NULL)
|
if (name == NULL)
|
||||||
|
|||||||
Reference in New Issue
Block a user