]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/basic/missing_mount.h
Merge pull request #33355 from YHNdnzj/shutdown-cad
[thirdparty/systemd.git] / src / basic / missing_mount.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include <sys/mount.h>
5
6 #include "macro.h"
7
8 /* dab741e0e02bd3c4f5e2e97be74b39df2523fc6e (5.10) */
9 #ifndef MS_NOSYMFOLLOW
10 # define MS_NOSYMFOLLOW 256
11 #else
12 assert_cc(MS_NOSYMFOLLOW == 256);
13 #endif