Darwin/AArch64: Inhibit Clang previous prototype warnings
authorZachary Waldowski <zach@waldowski.me>
Thu, 9 Jan 2014 18:41:27 +0000 (13:41 -0500)
committerZachary Waldowski <zach@waldowski.me>
Thu, 9 Jan 2014 18:41:27 +0000 (13:41 -0500)
src/aarch64/ffi.c

index f1a063d575d558f888eeb24272e7afaa86e6a401..04d765d8c25bbcbb54f77691dbb76dbbd048c6ed 100644 (file)
@@ -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)
 {