components/desktop/firefox/patches/firefox-09-gthread-dlopen.patch
branchs11u3-sru
changeset 7364 1ac24a377555
parent 7035 4c2f26e9d5ab
equal deleted inserted replaced
7356:74eef0c2f07d 7364:1ac24a377555
     3 
     3 
     4 diff --git a/xpcom/glue/standalone/nsXPCOMGlue.cpp b/xpcom/glue/standalone/nsXPCOMGlue.cpp
     4 diff --git a/xpcom/glue/standalone/nsXPCOMGlue.cpp b/xpcom/glue/standalone/nsXPCOMGlue.cpp
     5 --- a/xpcom/glue/standalone/nsXPCOMGlue.cpp
     5 --- a/xpcom/glue/standalone/nsXPCOMGlue.cpp
     6 +++ b/xpcom/glue/standalone/nsXPCOMGlue.cpp
     6 +++ b/xpcom/glue/standalone/nsXPCOMGlue.cpp
     7 @@ -386,6 +386,8 @@
     7 @@ -386,6 +386,8 @@
     8      }   
     8      }
     9    }
     9    }
    10  
    10  
    11 +  static void* gthreadso = dlopen("libgthread-2.0.so.0", RTLD_GLOBAL | RTLD_LAZY);
    11 +  static void* gthreadso = dlopen("libgthread-2.0.so.0", RTLD_GLOBAL | RTLD_LAZY);
    12 +
    12 +
    13    GetFrozenFunctionsFunc sym =
    13    GetFrozenFunctionsFunc sym =