summaryrefslogtreecommitdiff
path: root/arch/mips64/bits/socket.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2018-06-26 15:55:29 -0400
committerRich Felker <dalias@aerifal.cx>2018-06-26 15:55:29 -0400
commit587f5a53bc3a68d80b239ba515d583df690a96df (patch)
treeb1e49ff0f8f0d8e29019517d012e9de6d17d7f27 /arch/mips64/bits/socket.h
parent471497ab818bf6151dea7f4425a815d9cc59deb2 (diff)
downloadmusl-587f5a53bc3a68d80b239ba515d583df690a96df.tar.gz
fix value of SO_PEERSEC on mips archs
adapted from patch by Matthias Schiffer.
Diffstat (limited to 'arch/mips64/bits/socket.h')
-rw-r--r--arch/mips64/bits/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips64/bits/socket.h b/arch/mips64/bits/socket.h
index cf801797..5aff0d91 100644
--- a/arch/mips64/bits/socket.h
+++ b/arch/mips64/bits/socket.h
@@ -61,6 +61,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