blob: a3e1e2046fae80ae764d99417a09989ec6e00d83 [file] [edit]
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
///
/// \file
/// Implementation header for sockatmark.
///
//===----------------------------------------------------------------------===//
#ifndef LLVM_LIBC_SRC_SYS_SOCKET_SOCKATMARK_H
#define LLVM_LIBC_SRC_SYS_SOCKET_SOCKATMARK_H
#include "src/__support/macros/config.h"
namespace LIBC_NAMESPACE_DECL {
int sockatmark(int sockfd);
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC_SYS_SOCKET_SOCKATMARK_H