aboutsummaryrefslogblamecommitdiff
path: root/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_linux_chrome.map
blob: a57ee7aebd51925683fbddf9b46a075c242bc420 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                                               
                                                








                          









                                                                    
                         






                 
--- src/3rdparty/chromium/build/linux/chrome.map.orig	2019-05-23 12:39:34 UTC
+++ src/3rdparty/chromium/build/linux/chrome.map
@@ -1,4 +1,7 @@
 {
+local:
+  *;
+
 global:
   __bss_start;
   __data_start;
@@ -20,6 +23,10 @@ global:
   # Program entry point.
   _start;
 
+  # FreeBSD specific variables.
+  __progname;
+  environ;
+
   # Memory allocation symbols.  We want chrome and any libraries to
   # share the same heap, so it is correct to export these symbols.
   calloc;
@@ -81,7 +88,4 @@ global:
   localtime64;
   localtime64_r;
   localtime_r;
-
-local:
-  *;
 };