Commit 33d9a31d34cfba63e1294978114be1bddd2de3fd

Richard Henderson 2016-05-18T11:01:55

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 {