summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-03-07 14:36:03 +0100
committerLennart Poettering <lennart@poettering.net>2023-03-09 16:12:37 +0100
commit34a9da0d8e04626e4fec1f076e814d633d149a58 (patch)
treea751d53090e8702315e6c2864bb77e53eb0a8d84 /meson.build
parent2208d9662313e90f4aa8d24f1573b8fbcd97120a (diff)
downloadsystemd-34a9da0d8e04626e4fec1f076e814d633d149a58.tar.gz
missing: add fsmount() syscall fallback definition
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 6885884a00..4a59784536 100644
--- a/meson.build
+++ b/meson.build
@@ -629,6 +629,7 @@ foreach ident : [
['open_tree', '''#include <sys/mount.h>'''],
['fsopen', '''#include <sys/mount.h>'''],
['fsconfig', '''#include <sys/mount.h>'''],
+ ['fsmount', '''#include <sys/mount.h>'''],
['getdents64', '''#include <dirent.h>'''],
]