mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09: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
|