Skip to content

Commit 9d203f5

Browse files
committed
adjust SIGSTKSZ value for OpenBSD 6.3-current
1 parent ec026d6 commit 9d203f5

File tree

1 file changed

+1
-1
lines changed
  • src/unix/bsd/netbsdlike/openbsdlike/openbsd

1 file changed

+1
-1
lines changed

src/unix/bsd/netbsdlike/openbsdlike/openbsd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub const IFF_LINK1: ::c_int = 0x2000; // per link layer defined bit
4747
pub const IFF_LINK2: ::c_int = 0x4000; // per link layer defined bit
4848
pub const IFF_MULTICAST: ::c_int = 0x8000; // supports multicast
4949

50-
pub const SIGSTKSZ : ::size_t = 24576;
50+
pub const SIGSTKSZ : ::size_t = 28672;
5151

5252
extern {
5353
pub fn accept4(s: ::c_int, addr: *mut ::sockaddr,

0 commit comments

Comments
 (0)