We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de64c55 commit b8efb9cCopy full SHA for b8efb9c
src/unix/bsd/netbsdlike/netbsd/mod.rs
@@ -988,7 +988,7 @@ pub const SOCK_CLOEXEC: ::c_int = 0x10000000;
988
pub const SOCK_NONBLOCK: ::c_int = 0x20000000;
989
990
pub const FIONCLEX: ::c_ulong = 0x20006602;
991
-// Uncomment on next NetBSD release https://github.com/rust-lang/libc/pull/1200#issuecomment-453712616
+// Uncomment on next NetBSD release
992
// pub const FIOSEEKDATA: ::c_ulong = 0xc0086661;
993
// pub const FIOSEEKHOLE: ::c_ulong = 0xc0086662;
994
pub const FIONREAD: ::c_ulong = 0x4004667f;
0 commit comments