feat: mount point flags check
[lunaix-os.git] / lunaix-os / includes / lunaix / fctrl.h
index 8a46058b8764e015edf8a657a0e18629ee454479..5ec0eef3d7891a6ad59c89db7ca59ec444842e93 100644 (file)
@@ -25,14 +25,16 @@ __LXSYSCALL4(int,
 
 __LXSYSCALL3(int, realpathat, int, fd, char*, buf, size_t, size)
 
-__LXSYSCALL3(int,
+__LXSYSCALL4(int,
              mount,
              const char*,
              source,
              const char*,
              target,
              const char*,
-             fstype)
+             fstype,
+             int,
+             options)
 
 __LXSYSCALL1(int, unmount, const char*, target)