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
8669fed1
Commit
8669fed1
authored
Apr 06, 2007
by
Tom Tromey
Committed by
Tom Tromey
Apr 06, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
re PR libffi/31491 (libffi: bug in example program)
PR libffi/31491: * README: Fixed bug in example. From-SVN: r123617
parent
b00d7439
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
libffi/ChangeLog
+5
-0
libffi/README
+1
-1
No files found.
libffi/ChangeLog
View file @
8669fed1
2007-04-06 Tom Tromey <tromey@redhat.com>
PR libffi/31491:
* README: Fixed bug in example.
2007-04-03 Jakub Jelinek <jakub@redhat.com>
2007-04-03 Jakub Jelinek <jakub@redhat.com>
* src/closures.c: Include sys/statfs.h.
* src/closures.c: Include sys/statfs.h.
...
...
libffi/README
View file @
8669fed1
...
@@ -212,7 +212,7 @@ Here is a trivial example that calls puts() a few times.
...
@@ -212,7 +212,7 @@ Here is a trivial example that calls puts() a few times.
int rc;
int rc;
/* Initialize the argument info vectors */
/* Initialize the argument info vectors */
args[0] = &ffi_type_
uint
;
args[0] = &ffi_type_
pointer
;
values[0] = &s;
values[0] = &s;
/* Initialize the cif */
/* Initialize the cif */
...
...
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