summaryrefslogtreecommitdiffstats
path: root/src/basic/missing_mount.h
blob: d6e16e556e50935c6e92151e91bb6c69bd6491c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once

#include <sys/mount.h>

#include "macro.h"

/* dab741e0e02bd3c4f5e2e97be74b39df2523fc6e (5.10) */
#ifndef MS_NOSYMFOLLOW
#  define MS_NOSYMFOLLOW 256
#else
assert_cc(MS_NOSYMFOLLOW == 256);
#endif