diff options
| author | Tom Tromey <tom@tromey.com> | 2015-11-19 16:38:35 -0700 |
|---|---|---|
| committer | Richard Henderson <rth@twiddle.net> | 2016-05-04 06:38:34 -1000 |
| commit | 2fbc0369b89a7e6b089e6384b98dba904ec1cf8b (patch) | |
| tree | f8d322e3cde1bb38565e0d80997613761b942962 /include/ffi.h.in | |
| parent | 1cea273758ad862bdc2862af864e4ef5b42f31ae (diff) | |
| download | platform_external_libffi-2fbc0369b89a7e6b089e6384b98dba904ec1cf8b.tar.gz platform_external_libffi-2fbc0369b89a7e6b089e6384b98dba904ec1cf8b.tar.bz2 platform_external_libffi-2fbc0369b89a7e6b089e6384b98dba904ec1cf8b.zip | |
move ffi_prep_cif_core to ffi_common.h
Diffstat (limited to 'include/ffi.h.in')
| -rw-r--r-- | include/ffi.h.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/ffi.h.in b/include/ffi.h.in index 9e65277..ba1884f 100644 --- a/include/ffi.h.in +++ b/include/ffi.h.in @@ -229,15 +229,6 @@ typedef struct { #endif } ffi_cif; -/* Used internally, but overridden by some architectures */ -ffi_status ffi_prep_cif_core(ffi_cif *cif, - ffi_abi abi, - unsigned int isvariadic, - unsigned int nfixedargs, - unsigned int ntotalargs, - ffi_type *rtype, - ffi_type **atypes); - /* ---- Definitions for the raw API -------------------------------------- */ #ifndef FFI_SIZEOF_ARG |
