瀏覽代碼

* Use threadvar for the module name buffer to be thread-safe.

git-svn-id: trunk@29422 -
yury 10 年之前
父節點
當前提交
ed770f4485
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/android/dlandroid.inc

+ 1 - 1
rtl/android/dlandroid.inc

@@ -2,7 +2,7 @@
 // On Android the dladdr() function does not return full path to modules.
 // Emulate dladdr() by reading the /proc/self/maps to get full path to modules.
 
-var
+threadvar
   _ModuleName: ansistring;
 
 function dladdr(Lib: pointer; info: Pdl_info): Longint; cdecl;