FreeBSD Bugzilla – Attachment 176957 Details for
Bug 214473
editors/libreoffice: Undefined symbol "__cxa_thread_atexit"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
replace thread_local with __thread
patch-vcl_inc_unx_gtk_gtkinst.hxx (text/plain), 364 bytes, created by
Baptiste Daroussin
on 2016-11-13 15:25:38 UTC
(
hide
)
Description:
replace thread_local with __thread
Filename:
MIME Type:
Creator:
Baptiste Daroussin
Created:
2016-11-13 15:25:38 UTC
Size:
364 bytes
patch
obsolete
>--- vcl/inc/unx/gtk/gtkinst.hxx.orig 2016-10-28 14:50:26 UTC >+++ vcl/inc/unx/gtk/gtkinst.hxx >@@ -46,7 +46,7 @@ class GtkPrintWrapper; > class GenPspGraphics; > class GtkYieldMutex : public SalYieldMutex > { >- thread_local static std::stack<sal_uIntPtr> yieldCounts; >+ __thread static std::stack<sal_uIntPtr> yieldCounts; > > public: > GtkYieldMutex() {}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 214473
:
176955
|
176957
|
176958
|
176967
|
176968