Add missing FFI_HIDDEN to ffi_tramp_is_present declaration (#651)
authorJeremy Huddleston Sequoia <jeremyhu@users.noreply.github.com>
Mon, 28 Jun 2021 11:56:30 +0000 (04:56 -0700)
committerGitHub <noreply@github.com>
Mon, 28 Jun 2021 11:56:30 +0000 (07:56 -0400)
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
include/ffi_common.h

index 20aa756a236a5c467f413935875cbbe57be73593..2bd31b03d0f9d1252d637c57d81185a3049174b4 100644 (file)
@@ -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