فهرست منبع

more bits junk (tcp.h)

Rich Felker 13 سال پیش
والد
کامیت
ca8373dfcf
3فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  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