mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
13 lines
331 B
Diff
13 lines
331 B
Diff
diff --git a/jni/libffi/src/tramp.c b/jni/libffi/src/tramp.c
|
|
index b9d273a..bf9bcb5 100644
|
|
--- a/jni/libffi/src/tramp.c
|
|
+++ b/jni/libffi/src/tramp.c
|
|
@@ -253,6 +253,8 @@ ffi_tramp_get_libffi (void)
|
|
|
|
#if defined (__linux__) || defined (__CYGWIN__)
|
|
|
|
+int open_temp_exec_file(void);
|
|
+
|
|
static int
|
|
ffi_tramp_get_temp_file (void)
|
|
{
|