projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fa94c6
)
Add missing FFI_HIDDEN to ffi_tramp_is_present declaration (#651)
author
Jeremy Huddleston Sequoia
<jeremyhu@users.noreply.github.com>
Mon, 28 Jun 2021 11:56:30 +0000
(
04:56
-0700)
committer
GitHub
<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
patch
|
blob
|
history
diff --git
a/include/ffi_common.h
b/include/ffi_common.h
index 20aa756a236a5c467f413935875cbbe57be73593..2bd31b03d0f9d1252d637c57d81185a3049174b4 100644
(file)
--- 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