Commit c61775497e7bdfc892d865c2eb15415d2da7493b

Richard Henderson 2016-05-18T11:10:33

Merge pull request #247 from rth7680/symver Add parent to symbol version LIBFFI_BASE_7.1

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/libffi.map.in b/libffi.map.in
index c5cf9d9..5553ab0 100644
--- a/libffi.map.in
+++ b/libffi.map.in
@@ -45,7 +45,7 @@ LIBFFI_BASE_7.0 {
 LIBFFI_BASE_7.1 {
   global:
 	ffi_get_struct_offsets;
-};
+} LIBFFI_BASE_7.0;
 
 #ifdef FFI_TARGET_HAS_COMPLEX_TYPE
 LIBFFI_COMPLEX_7.0 {