View | Details | Raw Unified | Return to bug 274056
Collapse All | Expand All

(-)b/devel/libffi/files/patch-libffi.map.in (+23 lines)
Added Link Here
1
--- libffi.map.in.orig	2022-10-23 15:23:27 UTC
2
+++ libffi.map.in
3
@@ -33,7 +33,9 @@ LIBFFI_BASE_8.0 {
4
 	ffi_raw_to_ptrarray;
5
 	ffi_raw_size;
6
 
7
+#if !FFI_NATIVE_RAW_API
8
 	ffi_java_raw_call;
9
+#endif
10
 	ffi_java_ptrarray_to_raw;
11
 	ffi_java_raw_to_ptrarray;
12
 	ffi_java_raw_size;
13
@@ -62,8 +64,10 @@ LIBFFI_CLOSURE_8.0 {
14
 	ffi_prep_closure_loc;
15
 	ffi_prep_raw_closure;
16
 	ffi_prep_raw_closure_loc;
17
+#if !FFI_NATIVE_RAW_API
18
 	ffi_prep_java_raw_closure;
19
 	ffi_prep_java_raw_closure_loc;
20
+#endif
21
 } LIBFFI_BASE_8.0;
22
 #endif
23
 

Return to bug 274056