dlclose() also set the static error variable.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28579 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
df30098d91
commit
aa22a3cfda
@ -57,7 +57,7 @@ dlsym(void *handle, char const *name)
|
|||||||
int
|
int
|
||||||
dlclose(void *handle)
|
dlclose(void *handle)
|
||||||
{
|
{
|
||||||
return __gRuntimeLoader->unload_library(handle);
|
return sStatus = __gRuntimeLoader->unload_library(handle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user