Skip to content

Commit 608c3c0

Browse files
committed
dragonflybsd add SO_PASSCRED const.
1 parent a5b609c commit 608c3c0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libc-test/semver/dragonfly.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,7 @@ SOMAXOPT_SIZE
885885
SO_ACCEPTFILTER
886886
SO_CPUHINT
887887
SO_NOSIGPIPE
888+
SO_PASSCRED
888889
SO_SNDSPACE
889890
SO_TIMESTAMP
890891
SO_USELOOPBACK

src/unix/bsd/freebsdlike/dragonfly/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -964,6 +964,7 @@ pub const NOTE_CHILD: u32 = 0x00000004;
964964

965965
pub const SO_SNDSPACE: ::c_int = 0x100a;
966966
pub const SO_CPUHINT: ::c_int = 0x1030;
967+
pub const SO_PASSCRED: ::c_int = 0x4000;
967968

968969
pub const PT_FIRSTMACH: ::c_int = 32;
969970

0 commit comments

Comments
 (0)