We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb09e2 commit de64c55Copy full SHA for de64c55
src/unix/bsd/netbsdlike/netbsd/mod.rs
@@ -988,8 +988,9 @@ pub const SOCK_CLOEXEC: ::c_int = 0x10000000;
988
pub const SOCK_NONBLOCK: ::c_int = 0x20000000;
989
990
pub const FIONCLEX: ::c_ulong = 0x20006602;
991
-pub const FIOSEEKDATA: ::c_ulong = 0xc0086661;
992
-pub const FIOSEEKHOLE: ::c_ulong = 0xc0086662;
+// Uncomment on next NetBSD release https://github.com/rust-lang/libc/pull/1200#issuecomment-453712616
+// pub const FIOSEEKDATA: ::c_ulong = 0xc0086661;
993
+// pub const FIOSEEKHOLE: ::c_ulong = 0xc0086662;
994
pub const FIONREAD: ::c_ulong = 0x4004667f;
995
pub const FIOASYNC: ::c_ulong = 0x8004667d;
996
pub const FIOSETOWN: ::c_ulong = 0x8004667c;
0 commit comments