summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston Sequoia <jeremyhu@users.noreply.github.com>2021-06-28 04:56:30 -0700
committerGitHub <noreply@github.com>2021-06-28 07:56:30 -0400
commitcd4428911d5c4d25ce2c24e6728124792124bba2 (patch)
tree4f4bcbf46040f6902b8d75c1ba7d829d2dfa6b79
parent9fa94c607852081adce33547bde292fe4313cff7 (diff)
downloadlibffi-cd4428911d5c4d25ce2c24e6728124792124bba2.tar.gz
Add missing FFI_HIDDEN to ffi_tramp_is_present declaration (#651)
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
-rw-r--r--include/ffi_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ffi_common.h b/include/ffi_common.h
index 20aa756..2bd31b0 100644
--- a/include/ffi_common.h
+++ b/include/ffi_common.h
@@ -126,7 +126,7 @@ void *ffi_data_to_code_pointer (void *data) FFI_HIDDEN;
/* The arch code calls this to determine if a given closure has a
static trampoline. */
-int ffi_tramp_is_present (void *closure);
+int ffi_tramp_is_present (void *closure) FFI_HIDDEN;
/* Extended cif, used in callback from assembly routine */
typedef struct