Skip to content

Commit

Permalink
NetBSD: fix libc binding for kevent
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Oct 22, 2024
1 parent 6985080 commit f2a1efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib_c/x86_64-netbsd/c/sys/event.cr
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ lib LibC
end

fun kqueue1(flags : Int) : Int
fun kevent = __kevent100(kq : Int, changelist : Kevent*, nchanges : SizeT, eventlist : Kevent*, nevents : SizeT, timeout : Timespec*) : Int
fun kevent = __kevent50(kq : Int, changelist : Kevent*, nchanges : SizeT, eventlist : Kevent*, nevents : SizeT, timeout : Timespec*) : Int
end

0 comments on commit f2a1efe

Please sign in to comment.