mirror of git://git.musl-libc.org/musl
fix regression in s390x SO_PEERSEC definition
analogous to commitefda534b21
for powerpc. commit587f5a53bc
moved the definition of SO_PEERSEC to bits/socket.h for archs where the SO_* macros differ.
This commit is contained in:
parent
78691fa76d
commit
2df8b1d806
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue