We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec026d6 commit 9d203f5Copy full SHA for 9d203f5
src/unix/bsd/netbsdlike/openbsdlike/openbsd/mod.rs
@@ -47,7 +47,7 @@ pub const IFF_LINK1: ::c_int = 0x2000; // per link layer defined bit
47
pub const IFF_LINK2: ::c_int = 0x4000; // per link layer defined bit
48
pub const IFF_MULTICAST: ::c_int = 0x8000; // supports multicast
49
50
-pub const SIGSTKSZ : ::size_t = 24576;
+pub const SIGSTKSZ : ::size_t = 28672;
51
52
extern {
53
pub fn accept4(s: ::c_int, addr: *mut ::sockaddr,
0 commit comments