Darwin/AArch64: Inhibit Clang previous prototype warnings

This commit is contained in:
Zachary Waldowski
2014-01-09 13:41:27 -05:00
parent 3dc3f32c35
commit 5bfe62a00d

View File

@@ -863,7 +863,7 @@ ffi_prep_closure_loc (ffi_closure* closure,
descriptors, invokes the wrapped function, then marshalls the return descriptors, invokes the wrapped function, then marshalls the return
value back into the call context. */ value back into the call context. */
void void FFI_HIDDEN
ffi_closure_SYSV_inner (ffi_closure *closure, struct call_context *context, ffi_closure_SYSV_inner (ffi_closure *closure, struct call_context *context,
void *stack) void *stack)
{ {