summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/ulimit.h
blob: 1725404ac2ece1f90da5e7c197166056a3d8729b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#pragma once

#include <sys/cdefs.h>

__BEGIN_DECLS

long ulimit(int cmd, long newlimit);

__END_DECLS