Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v247
/
.
/
src
/
basic
/
missing_mman.h
blob: 4a109128d00e608d12a36b90728a68cf5cb11c02 [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma
once
#include
<sys/mman.h>
#ifndef
MFD_ALLOW_SEALING
#define
MFD_ALLOW_SEALING
0x0002U
#endif
#ifndef
MFD_CLOEXEC
#define
MFD_CLOEXEC
0x0001U
#endif