aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/zlib/visibility.patch
blob: 3257f7fedb64c71fb63c6433f52629b95d55485d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/zconf.h.in
+++ b/zconf.h.in
@@ -374,7 +374,11 @@
 #endif
 
 #ifndef ZEXTERN
-#  define ZEXTERN extern
+#  ifdef HAVE_HIDDEN
+#    define ZEXTERN extern __attribute__((visibility ("default")))
+#  else
+#    define ZEXTERN extern
+#  endif
 #endif
 #ifndef ZEXPORT
 #  define ZEXPORT