Sfoglia il codice sorgente

more bits junk (tcp.h)

Rich Felker 13 anni fa
parent
commit
ca8373dfcf
3 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 0 1
      arch/i386/bits/tcp.h
  2. 0 1
      arch/x86_64/bits/tcp.h
  3. 1 1
      include/netinet/tcp.h

+ 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