blob: baa0676d4254bd8bfffbf63b9261f949c367a59f [file] [log] [blame]
//===-- Implementation header for prctl ---------------------------*-C++-*-===//
//
// 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
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_LIBC_SRC_SYS_PRCTL_PRCTL_H
#define LLVM_LIBC_SRC_SYS_PRCTL_PRCTL_H
#include <sys/prctl.h>
namespace LIBC_NAMESPACE {
int prctl(int option, unsigned long arg2, unsigned long arg3,
unsigned long arg4, unsigned long arg5);
} // namespace LIBC_NAMESPACE
#endif // LLVM_LIBC_SRC_SYS_PRCTL_PRCTL_H