blob: 00a0d4346ce3138c93b74473c8656a6b3209cb5c [file] [log] [blame]
//===-- Implementation header for setrlimit ---------------------*- 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_STAT_SETRLIMIT_H
#define LLVM_LIBC_SRC_SYS_STAT_SETRLIMIT_H
#include <sys/resource.h>
namespace __llvm_libc {
int setrlimit(int resource, const struct rlimit *lim);
} // namespace __llvm_libc
#endif // LLVM_LIBC_SRC_SYS_STAT_SETRLIMIT_H