mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: fix the declaration of C.ptrace
(the 4th parameter is a pointer, not an integer) (#17366)
This commit is contained in:
parent
fcef8c98ee
commit
cb976c7e17
@ -64,7 +64,7 @@ fn C.getgid() int
|
||||
|
||||
fn C.getegid() int
|
||||
|
||||
fn C.ptrace(u32, u32, voidptr, int) u64
|
||||
fn C.ptrace(u32, u32, voidptr, voidptr) u64
|
||||
|
||||
enum GlobMatch {
|
||||
exact
|
||||
|
Loading…
Reference in New Issue
Block a user