Fix various foreign signatures

This commit is contained in:
Harold Brenes
2025-09-29 19:58:14 -04:00
parent 9b4c0ea492
commit 24daa4427c
6 changed files with 19 additions and 7 deletions
-1
View File
@@ -50,7 +50,6 @@ foreign lib {
af: AF, // INET or INET6
src: cstring,
dst: rawptr, // either ^in_addr or ^in_addr6
size: socklen_t, // size_of(dst^)
) -> pton_result ---
}