musl: sys/socket.h: fix SO_PEERSEC value on MIPS
authorMatthias Schiffer <mschiffer@universe-factory.net>
Sun, 24 Jun 2018 15:20:43 +0000 (17:20 +0200)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Sun, 24 Jun 2018 15:24:53 +0000 (17:24 +0200)
commit4b50854a60fce73aa83b50c445ea93970322d442
tree10c1644ec9314036927e01f5e4d7f4f483ab215f
parent5c5bf8b8658a588423f6ec445d7ef6a36f99a396
musl: sys/socket.h: fix SO_PEERSEC value on MIPS

Differing from all other archs supported by musl, MIPS defines SO_PEERSEC
to 30 instead of 31.

Patch has also been submitted upstream.

Reported-by: Andrey Jr. Mlenikov <temnota.am@gmail.com>
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
toolchain/musl/patches/010-sys-socket.h-fix-SO_PEERSEC-value-on-MIPS.patch [new file with mode: 0644]