about summary refs log tree commit diff
path: root/include/netinet
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2012-12-06 17:02:19 +0100
committerrofl0r <retnyg@gmx.net>2012-12-06 17:02:19 +0100
commit3d3903fa5bd18f66c4f22fb766615d84b9519aa0 (patch)
treeae0937aa59153ad25385e9b84d230bed29294797 /include/netinet
parent7e0d4fce41ac95adc080bffa88ee0f51c1cf2837 (diff)
downloadmusl-3d3903fa5bd18f66c4f22fb766615d84b9519aa0.tar.gz
musl-3d3903fa5bd18f66c4f22fb766615d84b9519aa0.tar.xz
musl-3d3903fa5bd18f66c4f22fb766615d84b9519aa0.zip
tcp.h: add SOL_TCP, analoguous to udp.h
Diffstat (limited to 'include/netinet')
-rw-r--r--include/netinet/tcp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netinet/tcp.h b/include/netinet/tcp.h
index 6c2d2891..94e54cf3 100644
--- a/include/netinet/tcp.h
+++ b/include/netinet/tcp.h
@@ -18,6 +18,8 @@
 #define TCP_CONGESTION	 13
 #define TCP_MD5SIG	 14
 
+#define SOL_TCP 6
+
 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
 #include <sys/types.h>
 #include <sys/socket.h>