From e6e5ebbc107def8f8a3f68208dfcca116d721c86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 12 Jan 2003 17:16:20 +0000 Subject: [PATCH] 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 --- src/kernel/libroot/posix/dlfcn.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kernel/libroot/posix/dlfcn.c b/src/kernel/libroot/posix/dlfcn.c index aaeb60e45e..a42466d09c 100644 --- a/src/kernel/libroot/posix/dlfcn.c +++ b/src/kernel/libroot/posix/dlfcn.c @@ -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 *