From: rofl0r Date: Thu, 6 Dec 2012 16:02:19 +0000 (+0100) Subject: tcp.h: add SOL_TCP, analoguous to udp.h X-Git-Tag: v0.9.9~87 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3d3903fa5bd18f66c4f22fb766615d84b9519aa0;p=oweals%2Fmusl.git tcp.h: add SOL_TCP, analoguous to udp.h --- 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 #include