summaryrefslogtreecommitdiff
path: root/tests/headers/netinet_tcp.c
blob: dad932bef0b320a83651edcf053f63ccbe8e787d (plain)
1
2
3
4
5
6
7
8
9
10
// https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/netinet_tcp.h.html

#include "core.h"

#include <netinet/tcp.h>

TEST(netinet_tcp_h)
{
	MACRO(TCP_NODELAY);
}