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 | |
| parent | 471497ab818bf6151dea7f4425a815d9cc59deb2 (diff) | |
| download | musl-587f5a53bc3a68d80b239ba515d583df690a96df.tar.gz | |
fix value of SO_PEERSEC on mips archs
adapted from patch by Matthias Schiffer.
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/mips/bits/socket.h | 1 | ||||
| -rw-r--r-- | arch/mips64/bits/socket.h | 1 | ||||
| -rw-r--r-- | arch/mipsn32/bits/socket.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/bits/socket.h b/arch/mips/bits/socket.h index 191ebdb5..b82c7d34 100644 --- a/arch/mips/bits/socket.h +++ b/arch/mips/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 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 diff --git a/arch/mipsn32/bits/socket.h b/arch/mipsn32/bits/socket.h index 191ebdb5..b82c7d34 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 |
