From: Zachary Waldowski Date: Thu, 9 Jan 2014 18:41:27 +0000 (-0500) Subject: Darwin/AArch64: Inhibit Clang previous prototype warnings X-Git-Tag: v3.1~57^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5bfe62a00d2d659eec9f19b39802b6e69844fc27;p=platform%2Fupstream%2Flibffi.git Darwin/AArch64: Inhibit Clang previous prototype warnings --- 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) {