summaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorRoman Yeryomin <roman@ubnt.com>2015-07-02 12:28:41 +0300
committerRich Felker <dalias@aerifal.cx>2015-07-21 19:14:26 -0400
commit29ec7677a73a5227badbb1064205be09e707e466 (patch)
tree0fe3f12af2b74e1b979caa24f1da2814af3695c8 /arch/mips
parent3fffa7a658aa925b8f95d36aef7531c1827dbf28 (diff)
downloadmusl-29ec7677a73a5227badbb1064205be09e707e466.tar.gz
socket.h: fix SO_* for mips
Signed-off-by: Roman Yeryomin <roman@ubnt.com>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/bits/socket.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/bits/socket.h b/arch/mips/bits/socket.h
index fe5bad99..22294f18 100644
--- a/arch/mips/bits/socket.h
+++ b/arch/mips/bits/socket.h
@@ -44,6 +44,9 @@ struct cmsghdr
#define SO_SNDTIMEO 0x1005
#define SO_SNDBUFFORCE 31
#define SO_RCVBUFFORCE 33
+#define SO_ACCEPTCONN 0x1009
+#define SO_PROTOCOL 0x1028
+#define SO_DOMAIN 0x1029
#define SOCK_NONBLOCK 0200
#define SOCK_CLOEXEC 02000000