diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-02-24 16:02:17 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-02-24 16:02:17 +0000 |
commit | 67b970a8ce61e2be3320787dd4baa4560442764e (patch) | |
tree | 84df16f25de2b93d1e187ce71c884784d6c3813c /libffi/doc/libffi.texi | |
parent | e4588211713e0abdabf83aa1829d77b227cb1e31 (diff) | |
download | gcc-67b970a8ce61e2be3320787dd4baa4560442764e.tar.gz |
* doc/libffi.texi (The Closure API): Fix typo.
* doc/libffi.info: Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157049 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/doc/libffi.texi')
-rw-r--r-- | libffi/doc/libffi.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/doc/libffi.texi b/libffi/doc/libffi.texi index 9a5060d57ce..06384cbcffd 100644 --- a/libffi/doc/libffi.texi +++ b/libffi/doc/libffi.texi @@ -437,7 +437,7 @@ require special allocation on platforms that have a non-executable heap. Memory management for closures is handled by a pair of functions: -@findex ffi_closure_alloca +@findex ffi_closure_alloc @defun void *ffi_closure_alloc (size_t @var{size}, void **@var{code}) Allocate a chunk of memory holding @var{size} bytes. This returns a pointer to the writable address, and sets *@var{code} to the |