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.
2 parents 2fada38 + bc0f2ae commit cd71bb6Copy full SHA for cd71bb6
src/unix/bsd/netbsdlike/mod.rs
@@ -621,8 +621,6 @@ pub const SF_APPEND: ::c_ulong = 0x00040000;
621
622
pub const TIMER_ABSTIME: ::c_int = 1;
623
624
-pub const REG_ENOSYS: ::c_int = 17;
625
-
626
#[link(name = "util")]
627
extern "C" {
628
pub fn setgrent();
src/unix/bsd/netbsdlike/netbsd/mod.rs
@@ -1646,6 +1646,8 @@ pub const FIBMAP: ::c_ulong = 0xc008667a;
1646
1647
pub const SIGSTKSZ: ::size_t = 40960;
1648
1649
+pub const REG_ENOSYS: ::c_int = 17;
1650
+
1651
pub const PT_DUMPCORE: ::c_int = 12;
1652
pub const PT_LWPINFO: ::c_int = 13;
1653
pub const PT_SYSCALL: ::c_int = 14;
0 commit comments