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 080e0d2 commit a0d6f3aCopy full SHA for a0d6f3a
src/backend/libc/c.rs
@@ -86,11 +86,6 @@ pub(crate) const XCASE: tcflag_t = linux_raw_sys::general::XCASE as _;
86
#[cfg(target_os = "aix")]
87
pub(crate) const MSG_DONTWAIT: c_int = libc::MSG_NONBLOCK;
88
89
-// TODO: Remove once <https://github.com/rust-lang/libc/pull/3377> is merged and released.
90
-#[cfg(target_os = "netbsd")]
91
-#[cfg(feature = "net")]
92
-pub(crate) const SO_NOSIGPIPE: c_int = 0x0800;
93
-
94
// It is defined as 0 in libc under 64-bit platforms, but is automatically set
95
// by kernel. <https://github.com/torvalds/linux/blob/v6.7/fs/open.c#L1458-L1459>
96
#[cfg(linux_kernel)]
0 commit comments