[Libreoffice-commits] core.git: jurt/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Mon Feb 1 13:53:13 UTC 2021


 jurt/source/pipe/staticsalhack.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c7b1da037e7d739c5be8d0d7982725c31c105e19
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Feb 1 12:08:19 2021 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Feb 1 14:52:19 2021 +0100

    Fix Library_jpipe__staticsalhack
    
    ...after c42f60e2b9a521005e1263e781c878e2598b44df "Simplify osl_getGlobalMutex
    to use function-local static",
    
    > ld.lld: error: undefined hidden symbol: osl_getGlobalMutex
    > >>> referenced by mutex.hxx:86 (include/osl/mutex.hxx:86)
    > >>>               lo/core/workdir/CxxObject/jurt/source/pipe/staticsalhack.o:(osl::Mutex::getGlobalMutex())
    
    Change-Id: I93d7736088323846597447012d5fbfbaaa7484d1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110246
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/jurt/source/pipe/staticsalhack.cxx b/jurt/source/pipe/staticsalhack.cxx
index 1f77ee9cba6e..b901a494812e 100644
--- a/jurt/source/pipe/staticsalhack.cxx
+++ b/jurt/source/pipe/staticsalhack.cxx
@@ -19,6 +19,7 @@
 #include <sal/rtl/string.cxx>
 #include <sal/rtl/ustring.cxx>
 
+#include <sal/osl/all/mutexshared.cxx>
 #include <sal/osl/unx/conditn.cxx>
 #include <sal/osl/unx/file.cxx>
 #include <sal/osl/unx/file_error_transl.cxx>


More information about the Libreoffice-commits mailing list