summaryrefslogtreecommitdiff
path: root/src/basic/missing_mount.h
blob: 69b0bcfcbfe65c44830fe12ab1acc7d7f6e611b1 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once

#include <sys/mount.h>

/* dab741e0e02bd3c4f5e2e97be74b39df2523fc6e (5.10) */
#ifndef MS_NOSYMFOLLOW
#define MS_NOSYMFOLLOW 256
#endif