Skip to content

Commit 31e8b75

Browse files
committed
Auto merge of #1157 - Susurrus:sparc64, r=alexcrichton
Add SO_PASSCRED for sparc64 Needed to get `nix` up and running on `sparc64-unknown-linux-gnu`
2 parents 1e8fdcb + 832828f commit 31e8b75

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)