Commit 5bfe62a00d2d659eec9f19b39802b6e69844fc27

Zachary Waldowski 2014-01-09T13:41:27

Darwin/AArch64: Inhibit Clang previous prototype warnings

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/aarch64/ffi.c b/src/aarch64/ffi.c
index f1a063d..04d765d 100644
--- a/src/aarch64/ffi.c
+++ b/src/aarch64/ffi.c
@@ -863,7 +863,7 @@ ffi_prep_closure_loc (ffi_closure* closure,
    descriptors, invokes the wrapped function, then marshalls the return
    value back into the call context.  */
 
-void
+void FFI_HIDDEN
 ffi_closure_SYSV_inner (ffi_closure *closure, struct call_context *context,
 			void *stack)
 {