1 // Copyright (C) 2017 The Android Open Source Project 2 // SPDX-License-Identifier: BSD-2-Clause 3 4 #include <netinet/tcp.h> 5 6 #include "header_checks.h" 7 netinet_tcp_h()8 static void netinet_tcp_h() { 9 MACRO(TCP_NODELAY); 10 } 11