Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
2c57b161
Commit
2c57b161
authored
Dec 26, 2009
by
Matthias Klose
Committed by
Anthony Green
Dec 26, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix libffi docs
From-SVN: r155471
parent
c4205f77
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
libffi/ChangeLog
+5
-0
libffi/doc/libffi.texi
+1
-1
libffi/man/ffi_call.3
+1
-1
No files found.
libffi/ChangeLog
View file @
2c57b161
2009-10-11 Matthias Klose <doko@ubuntu.com>
* man/ffi_call.3: Fix #include in examples.
* doc/libffi.texi: Add dircategory.
2009-12-25 Frank Everdij <f.p.x.everdij@tudelft.nl>
* include/ffi.h.in: Placed '__GNUC__' ifdef around
...
...
libffi/doc/libffi.texi
View file @
2c57b161
...
...
@@ -31,7 +31,7 @@ section entitled ``GNU General Public License''.
@end
quotation
@end
copying
@dircategory
@dircategory
Development
@direntry
*
libffi
:
(
libffi
).
Portable
foreign
-
function
interface
library
.
@end
direntry
...
...
libffi/man/ffi_call.3
View file @
2c57b161
...
...
@@ -43,7 +43,7 @@ integral type must be used to hold
the return value.
.Sh EXAMPLES
.Bd -literal
#include <ffi
/ffi
.h>
#include <ffi.h>
#include <stdio.h>
unsigned char
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment