mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
merge
This commit is contained in:
commit
28dc9b9fc0
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ ffi_call_unix64(
|
|||
unsigned long bytes,
|
||||
unsigned flags,
|
||||
void* raddr,
|
||||
void (*fnaddr)(),
|
||||
void (*fnaddr)(void),
|
||||
unsigned ssecount);
|
||||
|
||||
/* All reference to register classes here is identical to the code in
|
||||
|
@ -431,7 +431,7 @@ ffi_prep_cif_machdep(
|
|||
void
|
||||
ffi_call(
|
||||
ffi_cif* cif,
|
||||
void (*fn)(),
|
||||
void (*fn)(void),
|
||||
void* rvalue,
|
||||
void** avalue)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue