Added TODO.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24492 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-03-20 13:33:35 +00:00
parent 3bac9fe16c
commit 5bf0362724

View File

@ -21,6 +21,9 @@ static status_t sStatus;
void *
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;
if (name == NULL)