fix value of SO_PEERSEC on mips archs

adapted from patch by Matthias Schiffer.
This commit is contained in:
Rich Felker
2018-06-26 15:55:29 -04:00
parent 471497ab81
commit 587f5a53bc
4 changed files with 4 additions and 1 deletions
+1
View File
@@ -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