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 a5b609c + 608c3c0 commit f7ecd5dCopy full SHA for f7ecd5d
libc-test/semver/dragonfly.txt
@@ -885,6 +885,7 @@ SOMAXOPT_SIZE
885
SO_ACCEPTFILTER
886
SO_CPUHINT
887
SO_NOSIGPIPE
888
+SO_PASSCRED
889
SO_SNDSPACE
890
SO_TIMESTAMP
891
SO_USELOOPBACK
src/unix/bsd/freebsdlike/dragonfly/mod.rs
@@ -964,6 +964,7 @@ pub const NOTE_CHILD: u32 = 0x00000004;
964
965
pub const SO_SNDSPACE: ::c_int = 0x100a;
966
pub const SO_CPUHINT: ::c_int = 0x1030;
967
+pub const SO_PASSCRED: ::c_int = 0x4000;
968
969
pub const PT_FIRSTMACH: ::c_int = 32;
970
0 commit comments