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
According to https://www.netbsd.org/changes/changes-8.0.html, NetBSD (x86_64-unknown-netbsd) has had the accept4(2) system call since February 2017. When the system call was added (#394, #546) it seems NetBSD 8.0 wasn't released yet (?).
I have two questions:
Its it old/stable enough to add? Or is this crate targeting NetBSD 7.0?
Can anyone with a NetBSD installation add the system call?
I would add it myself but I don't have a NetBSD installation so I would have no idea if I did it correctly, as NetBSD isn't run on the CI either (it seems).
According to https://www.netbsd.org/changes/changes-8.0.html, NetBSD (x86_64-unknown-netbsd) has had the
accept4(2)
system call since February 2017. When the system call was added (#394, #546) it seems NetBSD 8.0 wasn't released yet (?).I have two questions:
I would add it myself but I don't have a NetBSD installation so I would have no idea if I did it correctly, as NetBSD isn't run on the CI either (it seems).
Related: tokio-rs/mio#1213.
The text was updated successfully, but these errors were encountered: