remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
[musl] / include / netinet / tcp.h
index 6c2d289..f0fc125 100644 (file)
@@ -19,6 +19,7 @@
 #define TCP_MD5SIG      14
 
 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
+#define SOL_TCP 6
 #include <sys/types.h>
 #include <sys/socket.h>
 #endif