Skip to content

Commit de64c55

Browse files
committed
1 parent 8bb09e2 commit de64c55

File tree

1 file changed

+3
-2
lines changed
  • src/unix/bsd/netbsdlike/netbsd

1 file changed

+3
-2
lines changed

src/unix/bsd/netbsdlike/netbsd/mod.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -988,8 +988,9 @@ pub const SOCK_CLOEXEC: ::c_int = 0x10000000;
988988
pub const SOCK_NONBLOCK: ::c_int = 0x20000000;
989989

990990
pub const FIONCLEX: ::c_ulong = 0x20006602;
991-
pub const FIOSEEKDATA: ::c_ulong = 0xc0086661;
992-
pub const FIOSEEKHOLE: ::c_ulong = 0xc0086662;
991+
// Uncomment on next NetBSD release https://github.com/rust-lang/libc/pull/1200#issuecomment-453712616
992+
// pub const FIOSEEKDATA: ::c_ulong = 0xc0086661;
993+
// pub const FIOSEEKHOLE: ::c_ulong = 0xc0086662;
993994
pub const FIONREAD: ::c_ulong = 0x4004667f;
994995
pub const FIOASYNC: ::c_ulong = 0x8004667d;
995996
pub const FIOSETOWN: ::c_ulong = 0x8004667c;

0 commit comments

Comments
 (0)