View | Details | Raw Unified | Return to bug 220103 | Differences between
and this patch

Collapse All | Expand All

(-)www/chromium/files/patch-build_linux_chrome.map (+29 lines)
Line 0 Link Here
1
--- build/linux/chrome.map.orig	2018-08-08 19:10:32 UTC
2
+++ build/linux/chrome.map
3
@@ -1,4 +1,7 @@
4
 {
5
+local:
6
+  *;
7
+
8
 global:
9
   __bss_start;
10
   __data_start;
11
@@ -20,6 +23,10 @@ global:
12
   # Program entry point.
13
   _start;
14
 
15
+  # FreeBSD specific variables.
16
+  __progname;
17
+  environ;
18
+
19
   # Memory allocation symbols.  We want chrome and any libraries to
20
   # share the same heap, so it is correct to export these symbols.
21
   calloc;
22
@@ -81,7 +88,4 @@ global:
23
   localtime64;
24
   localtime64_r;
25
   localtime_r;
26
-
27
-local:
28
-  *;
29
 };

Return to bug 220103