* man/ffi_call.3, man/ffi_prep_cif.3, man/ffi.3:

Update dates and remove all references to ffi_prep_closure.
        * configure.ac: Bump version to 2.99.9.
        * configure, doc/stamp-vti, doc/version.texi: Rebuilt.
This commit is contained in:
green
2008-02-15 15:30:26 +00:00
parent a0525f03ee
commit 2d7dc885ec
8 changed files with 29 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
.Dd July 20, 2007
.Dd February 15, 2008
.Dt FFI 3
.Sh NAME
.Nm FFI
@@ -15,13 +15,6 @@ libffi, -lffi
.Fa "ffi_type *rtype"
.Fa "ffi_type **atypes"
.Fc
.Ft ffi_status
.Fo ffi_prep_closure
.Fa "ffi_closure *closure"
.Fa "ffi_cif *cif"
.Fa "void (*fun)(ffi_cif*,void*,void**,void*)"
.Fa "void *user_data"
.Fc
.Ft void
.Fo ffi_call
.Fa "ffi_cif *cif"
@@ -35,5 +28,4 @@ generate a call to another function at runtime without requiring knowledge of
the called function's interface at compile time.
.Sh SEE ALSO
.Xr ffi_prep_cif 3 ,
.Xr ffi_prep_closure 3 ,
.Xr ffi_call 3

View File

@@ -1,4 +1,4 @@
.Dd July 20, 2007
.Dd February 15, 2008
.Dt ffi_call 3
.Sh NAME
.Nm ffi_call

View File

@@ -1,13 +1,12 @@
.Dd July 20, 2007
.Dd February 15, 2008
.Dt ffi_prep_cif 3
.Sh NAME
.Nm ffi_prep_cif
.Nd Prepare a
.Nm ffi_cif
structure for use with
.Nm ffi_call
or
.Nm ffi_prep_closure .
.Nm ffi_call
.
.Sh SYNOPSIS
.In ffi.h
.Ft ffi_status
@@ -25,8 +24,7 @@ function prepares a
.Nm ffi_cif
structure for use with
.Nm ffi_call
or
.Nm ffi_prep_closure .
.
.Fa abi
specifies a set of calling conventions to use.
.Fa atypes
@@ -65,5 +63,4 @@ defined in
.
.Sh SEE ALSO
.Xr ffi 3 ,
.Xr ffi_call 3 ,
.Xr ffi_prep_closure 3
.Xr ffi_call 3