1
0
Rich Felker 13 жил өмнө
parent
commit
ca8373dfcf

+ 0 - 1
arch/i386/bits/tcp.h

@@ -1 +0,0 @@
-#define TCP_NODELAY 1

+ 0 - 1
arch/x86_64/bits/tcp.h

@@ -1 +0,0 @@
-#define TCP_NODELAY 1

+ 1 - 1
include/netinet/tcp.h

@@ -1,6 +1,6 @@
 #ifndef _NETINET_TCP_H
 #define _NETINET_TCP_H
 
-#include <bits/tcp.h>
+#define TCP_NODELAY 1
 
 #endif