]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/basic/missing_mman.h
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / src / basic / missing_mman.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include <sys/mman.h>
5
6 #ifndef MFD_ALLOW_SEALING
7 #define MFD_ALLOW_SEALING 0x0002U
8 #endif
9
10 #ifndef MFD_CLOEXEC
11 #define MFD_CLOEXEC 0x0001U
12 #endif