Skip to content

Commit 832828f

Browse files
committed
Add SO_PASSCRED for sparc64
1 parent 1e8fdcb commit 832828f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/notbsd/linux/other/b64/sparc64.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ pub const ERFKILL: ::c_int = 134;
247247

248248
pub const SOL_SOCKET: ::c_int = 0xffff;
249249

250+
pub const SO_PASSCRED: ::c_int = 2;
250251
pub const SO_REUSEADDR: ::c_int = 4;
251252
pub const SO_BINDTODEVICE: ::c_int = 0x000d;
252253
pub const SO_TIMESTAMP: ::c_int = 0x001d;

0 commit comments

Comments
 (0)