#4959, fixed the broken CI build.

This commit is contained in:
Wison Ye
2025-03-23 13:32:11 +13:00
parent 2af691f587
commit 61acb15529
+1 -2
View File
@@ -212,8 +212,7 @@ getsockname_or_peername :: proc "contextless" (s: Fd, sockaddr: ^$T, is_peer: bo
is_peer ? SYS_getpeername : SYS_getsockname,
cast(uintptr)s,
cast(uintptr)sockaddr,
cast(uintptr)&addrlen
)
cast(uintptr)&addrlen)
if !ok {
return cast(Errno)result