summaryrefslogtreecommitdiff
path: root/arch/s390x
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2019-04-23 12:57:16 -0400
committerRich Felker <dalias@aerifal.cx>2019-04-23 12:57:16 -0400
commit2df8b1d806c3e1fd4b6b10e13794855a93fe6628 (patch)
tree02e148ce92fbb68d0ca9c4e438942f433a9fb2d4 /arch/s390x
parent78691fa76d40751173be95527ece8821113a1be0 (diff)
downloadmusl-2df8b1d806c3e1fd4b6b10e13794855a93fe6628.tar.gz
fix regression in s390x SO_PEERSEC definition
analogous to commit efda534b212f713fe2b92a62b06e45f656b763ce for powerpc. commit 587f5a53bc3a68d80b239ba515d583df690a96df moved the definition of SO_PEERSEC to bits/socket.h for archs where the SO_* macros differ.
Diffstat (limited to 'arch/s390x')
-rw-r--r--arch/s390x/bits/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390x/bits/socket.h b/arch/s390x/bits/socket.h
index 2b81bfec..f2983ee1 100644
--- a/arch/s390x/bits/socket.h
+++ b/arch/s390x/bits/socket.h
@@ -38,6 +38,7 @@ struct cmsghdr {
#define SO_RCVTIMEO 20
#define SO_SNDTIMEO 21
#define SO_ACCEPTCONN 30
+#define SO_PEERSEC 31
#define SO_SNDBUFFORCE 32
#define SO_RCVBUFFORCE 33
#define SO_PROTOCOL 38