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 | |
parent | c8175666f22952d1b0ea280b217d8896f0c24bec (diff) | |
download | musl-ca8373dfcf03c808a32b3846f95d802fefc4c2e8.tar.gz musl-ca8373dfcf03c808a32b3846f95d802fefc4c2e8.tar.bz2 musl-ca8373dfcf03c808a32b3846f95d802fefc4c2e8.tar.xz musl-ca8373dfcf03c808a32b3846f95d802fefc4c2e8.zip |
more bits junk (tcp.h)
-rw-r--r-- | arch/i386/bits/tcp.h | 1 | ||||
-rw-r--r-- | arch/x86_64/bits/tcp.h | 1 | ||||
-rw-r--r-- | include/netinet/tcp.h | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/arch/i386/bits/tcp.h b/arch/i386/bits/tcp.h deleted file mode 100644 index 923231b2..00000000 --- a/arch/i386/bits/tcp.h +++ /dev/null @@ -1 +0,0 @@ -#define TCP_NODELAY 1 diff --git a/arch/x86_64/bits/tcp.h b/arch/x86_64/bits/tcp.h deleted file mode 100644 index 923231b2..00000000 --- a/arch/x86_64/bits/tcp.h +++ /dev/null @@ -1 +0,0 @@ -#define TCP_NODELAY 1 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 |