Added a comment about the "non-thread-safety" of gStatus (dlerror()).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2440 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7dce97278f
commit
e6e5ebbc10
@ -14,6 +14,7 @@ void __init__dlfcn(struct uspace_program_args const *);
|
||||
|
||||
static struct rld_export const *gRuntimeLinker;
|
||||
static status_t gStatus;
|
||||
// Note, this is not thread-safe
|
||||
|
||||
|
||||
void *
|
||||
|
Loading…
Reference in New Issue
Block a user