1
0
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:
Felipe Pena 2023-02-20 07:29:49 -03:00 committed by GitHub
parent fcef8c98ee
commit cb976c7e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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