aboutsummaryrefslogtreecommitdiff
path: root/libffi/man
diff options
context:
space:
mode:
Diffstat (limited to 'libffi/man')
-rw-r--r--libffi/man/Makefile.in2
-rw-r--r--libffi/man/ffi_call.34
2 files changed, 4 insertions, 2 deletions
diff --git a/libffi/man/Makefile.in b/libffi/man/Makefile.in
index e5e36bb..65d575c 100644
--- a/libffi/man/Makefile.in
+++ b/libffi/man/Makefile.in
@@ -177,6 +177,8 @@ X86_FREEBSD_TRUE = @X86_FREEBSD_TRUE@
X86_TRUE = @X86_TRUE@
X86_WIN32_FALSE = @X86_WIN32_FALSE@
X86_WIN32_TRUE = @X86_WIN32_TRUE@
+X86_WIN64_FALSE = @X86_WIN64_FALSE@
+X86_WIN64_TRUE = @X86_WIN64_TRUE@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
diff --git a/libffi/man/ffi_call.3 b/libffi/man/ffi_call.3
index 1979a5e..0b692c5 100644
--- a/libffi/man/ffi_call.3
+++ b/libffi/man/ffi_call.3
@@ -34,8 +34,8 @@ before it is used with
.Nm ffi_call .
.Pp
.Fa rvalue
-must point to storage that is sizeof(long) or larger. For smaller
-return value sizes, the
+must point to storage that is sizeof(ffi_arg) or larger for non-floating point
+types. For smaller-sized return value types, the
.Nm ffi_arg
or
.Nm ffi_sarg