aboutsummaryrefslogtreecommitdiff
path: root/src/linux/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/mount.c')
-rw-r--r--src/linux/mount.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/linux/mount.c b/src/linux/mount.c
index 34e11af1..10cf32d0 100644
--- a/src/linux/mount.c
+++ b/src/linux/mount.c
@@ -15,3 +15,11 @@ int umount2(const char *special, int flags)
{
return syscall(SYS_umount2, special, flags);
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif