You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(kqueue): fix syscall error propagation in completion handling
Extract errno_to_result helper to consistently convert posix errno values
to the negative i32 format expected by syscall_result, replacing ad-hoc
inline conversions. Fix shutdown operation to properly convert errno on
failure instead of passing raw syscall result, and add NOTCONN error
handling for shutdown completions.
0 commit comments