about summary refs log tree commit diff
path: root/include/netinet
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-09-18 15:39:52 -0400
committerRich Felker <dalias@aerifal.cx>2011-09-18 15:39:52 -0400
commitca8373dfcf03c808a32b3846f95d802fefc4c2e8 (patch)
tree6a20c5d6ea8be80b11fb25e7faee75ebb929774a /include/netinet
parentc8175666f22952d1b0ea280b217d8896f0c24bec (diff)
downloadmusl-ca8373dfcf03c808a32b3846f95d802fefc4c2e8.tar.gz
musl-ca8373dfcf03c808a32b3846f95d802fefc4c2e8.tar.xz
musl-ca8373dfcf03c808a32b3846f95d802fefc4c2e8.zip
more bits junk (tcp.h)
Diffstat (limited to 'include/netinet')
-rw-r--r--include/netinet/tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netinet/tcp.h b/include/netinet/tcp.h
index ea32ca07..c8a1a4bc 100644
--- a/include/netinet/tcp.h
+++ b/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