diff options
author | Rich Felker <dalias@aerifal.cx> | 2018-06-26 15:55:29 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2018-06-26 15:55:29 -0400 |
commit | 587f5a53bc3a68d80b239ba515d583df690a96df (patch) | |
tree | b1e49ff0f8f0d8e29019517d012e9de6d17d7f27 /arch/mipsn32/bits | |
parent | 471497ab818bf6151dea7f4425a815d9cc59deb2 (diff) | |
download | musl-587f5a53bc3a68d80b239ba515d583df690a96df.zip musl-587f5a53bc3a68d80b239ba515d583df690a96df.tar.gz musl-587f5a53bc3a68d80b239ba515d583df690a96df.tar.bz2 |
fix value of SO_PEERSEC on mips archs
adapted from patch by Matthias Schiffer.
Diffstat (limited to 'arch/mipsn32/bits')
-rw-r--r-- | arch/mipsn32/bits/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mipsn32/bits/socket.h b/arch/mipsn32/bits/socket.h index 191ebdb..b82c7d3 100644 --- a/arch/mipsn32/bits/socket.h +++ b/arch/mipsn32/bits/socket.h @@ -45,6 +45,7 @@ struct cmsghdr { #define SO_BSDCOMPAT 14 #define SO_PASSCRED 17 #define SO_PEERCRED 18 +#define SO_PEERSEC 30 #define SO_SNDBUFFORCE 31 #define SO_RCVBUFFORCE 33 |