diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-09-18 15:39:52 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-09-18 15:39:52 -0400 |
commit | ca8373dfcf03c808a32b3846f95d802fefc4c2e8 (patch) | |
tree | 6a20c5d6ea8be80b11fb25e7faee75ebb929774a /include/netinet/tcp.h | |
parent | c8175666f22952d1b0ea280b217d8896f0c24bec (diff) | |
download | musl-ca8373dfcf03c808a32b3846f95d802fefc4c2e8.tar.gz musl-ca8373dfcf03c808a32b3846f95d802fefc4c2e8.tar.xz musl-ca8373dfcf03c808a32b3846f95d802fefc4c2e8.zip |
more bits junk (tcp.h)
Diffstat (limited to 'include/netinet/tcp.h')
-rw-r--r-- | include/netinet/tcp.h | 2 |
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 |