mirror of
https://github.com/systemd/systemd.git
synced 2026-07-13 02:51:14 +00:00
This also adds missing MS_NOSYMFOLLOW flag. Moreover, this makes the function always add unhandled flags in number.
9 lines
149 B
C
9 lines
149 B
C
#pragma once
|
|
|
|
#include <sys/mount.h>
|
|
|
|
/* dab741e0e02bd3c4f5e2e97be74b39df2523fc6e (5.10) */
|
|
#ifndef MS_NOSYMFOLLOW
|
|
#define MS_NOSYMFOLLOW 256
|
|
#endif
|