aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r--util-linux/mount.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c
index 526b4130c..e6bad7c2c 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -1194,7 +1194,10 @@ static int daemonize(void)
1194 return 1; 1194 return 1;
1195} 1195}
1196#else 1196#else
1197static inline int daemonize(void) { return -ENOSYS; } 1197static inline int daemonize(void)
1198{
1199 return -ENOSYS;
1200}
1198#endif 1201#endif
1199 1202
1200/* TODO */ 1203/* TODO */