X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/d57ee3ae693448387e3022fdd07bd741b2db818a..c6de44b989e9d7286337e4cbf4d82d919f9120e6:/lunaix-os/includes/lunaix/fctrl.h diff --git a/lunaix-os/includes/lunaix/fctrl.h b/lunaix-os/includes/lunaix/fctrl.h index 8a46058..5ec0eef 100644 --- a/lunaix-os/includes/lunaix/fctrl.h +++ b/lunaix-os/includes/lunaix/fctrl.h @@ -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)