Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v237
/
.
/
src
/
basic
/
procfs-util.h
blob: 7466acd7f322ba4ea7e0771f765f3bd6b354de6e [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma
once
#include
<inttypes.h>
int
procfs_tasks_get_limit
(
uint64_t
*
ret
);
int
procfs_tasks_set_limit
(
uint64_t
limit
);
int
procfs_tasks_get_current
(
uint64_t
*
ret
);