summaryrefslogtreecommitdiff
path: root/include/sys/socket.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-12-19 13:07:37 -0500
committerRich Felker <dalias@aerifal.cx>2012-12-19 13:07:37 -0500
commit5d5ab51862cbd010bdf52dc3b04b0967450bcd1a (patch)
tree41431acff8952340f256f9eda10524fba048a0d2 /include/sys/socket.h
parent3c4214db727ed6300b34be28a5428b7abd6598df (diff)
parent3159e2fc816f5c56b54f86f38748ba1ff9e18f9f (diff)
downloadmusl-5d5ab51862cbd010bdf52dc3b04b0967450bcd1a.tar.gz
merge a few fixes by sh4rm4
Diffstat (limited to 'include/sys/socket.h')
-rw-r--r--include/sys/socket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/socket.h b/include/sys/socket.h
index f1489186..19b2aa55 100644
--- a/include/sys/socket.h
+++ b/include/sys/socket.h
@@ -150,6 +150,8 @@ struct linger
#define SO_SNDLOWAT 19
#define SO_RCVTIMEO 20
#define SO_SNDTIMEO 21
+#define SO_SNDBUFFORCE 32
+#define SO_RCVBUFFORCE 33
#endif