more bits junk (tcp.h)

This commit is contained in:
Rich Felker 2011-09-18 15:39:52 -04:00
parent c8175666f2
commit ca8373dfcf
3 changed files with 1 additions and 3 deletions

View File

@ -1 +0,0 @@
#define TCP_NODELAY 1

View File

@ -1 +0,0 @@
#define TCP_NODELAY 1

View File

@ -1,6 +1,6 @@
#ifndef _NETINET_TCP_H
#define _NETINET_TCP_H
#include <bits/tcp.h>
#define TCP_NODELAY 1
#endif