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 c6a07e6 commit 4dbb6c7Copy full SHA for 4dbb6c7
libc-test/semver/netbsd.txt
@@ -957,6 +957,7 @@ SOCK_RDM
957
SOMAXCONN
958
SO_ACCEPTFILTER
959
SO_NOHEADER
960
+SO_NOSIGPIPE
961
SO_OVERFLOWED
962
SO_REUSEPORT
963
SO_TIMESTAMP
src/unix/bsd/netbsdlike/netbsd/mod.rs
@@ -1527,6 +1527,7 @@ pub const SOCK_FLAGS_MASK: ::c_int = 0xf0000000;
1527
1528
pub const SO_SNDTIMEO: ::c_int = 0x100b;
1529
pub const SO_RCVTIMEO: ::c_int = 0x100c;
1530
+pub const SO_NOSIGPIPE: ::c_int = 0x0800;
1531
pub const SO_ACCEPTFILTER: ::c_int = 0x1000;
1532
pub const SO_TIMESTAMP: ::c_int = 0x2000;
1533
pub const SO_OVERFLOWED: ::c_int = 0x1009;
0 commit comments