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:28:50 +0000 (17:28 +0200)
commita63e38ba46a58cfb9001ddda3e68cf0548832eb5
tree5b0ab56c85ebdbe0511cff97162167ae7ecf06a1
parent286a456319a1ec5cb54bf30defa5c8efd4a667cf
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>
(cherry picked from commit 4b50854a60fce73aa83b50c445ea93970322d442)
toolchain/musl/patches/010-sys-socket.h-fix-SO_PEERSEC-value-on-MIPS.patch [new file with mode: 0644]