[tor-commits] [tor-browser/tor-browser-60.0.1esr-8.0-1] Bug 1448749 - Resolve undefined references to '_imp__mozalloc_abort' in the MinGW build. r=glandium, a=jcristau

gk at torproject.org gk at torproject.org
Thu Jun 14 12:19:10 UTC 2018


commit d477dceff535f159269e334fc6d92ede3f7f7abf
Author: Tom Ritter <tom at mozilla.com>
Date:   Wed May 16 22:02:05 2018 -0500

    Bug 1448749 - Resolve undefined references to '_imp__mozalloc_abort' in the MinGW build. r=glandium, a=jcristau
    
    MozReview-Commit-ID: 5enjU5Xp8G9
    
    --HG--
    extra : source : 8c97493f2d4cbd69cd13a8ef03e591fba917f398
---
 memory/mozalloc/mozalloc_abort.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/memory/mozalloc/mozalloc_abort.h b/memory/mozalloc/mozalloc_abort.h
index 065cebcb31cd..f1dbc30654fd 100644
--- a/memory/mozalloc/mozalloc_abort.h
+++ b/memory/mozalloc/mozalloc_abort.h
@@ -18,6 +18,7 @@
  * Note: MOZ_NORETURN seems to break crash stacks on ARM, so we don't
  * use that annotation there.
  */
+extern "C"
 MFBT_API
 #if !defined(__arm__)
   MOZ_NORETURN





More information about the tor-commits mailing list