summarylogtreecommitdiffstats
path: root/hide-endian-functions.patch
blob: 83ae5f47dc0fcb6c2e21af850ad0d70cc7d4a8f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/src-IL/include/il_endian.h	2017-06-02 12:05:55.321355203 +0200
+++ b/src-IL/include/il_endian.h	2017-06-02 11:57:47.210954830 +0200
@@ -68,6 +68,8 @@ extern "C" {
 #define INLINE
 #endif
 
+#pragma GCC visibility push(hidden)
+
 void   iSwapUShort(ILushort *s);
 void   iSwapShort(ILshort *s);
 void   iSwapUInt(ILuint *i);
@@ -101,6 +103,8 @@ ILubyte SaveBigDouble(ILdouble d);
 
 void EndianSwapData(void *_Image);
 
+#pragma GCC visibility pop
+
 #ifdef __cplusplus
 }
 #endif