X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/45e1f8b055043e54be35462852ab6649d634da7c..2a49908006b177c4d6354309333d06b1b96e4887:/lunaix-os/usr/api/mount.c diff --git a/lunaix-os/usr/api/mount.c b/lunaix-os/usr/api/mount.c deleted file mode 100644 index 854c96b..0000000 --- a/lunaix-os/usr/api/mount.c +++ /dev/null @@ -1,15 +0,0 @@ -#include -#include - -__LXSYSCALL4(int, - mount, - const char*, - source, - const char*, - target, - const char*, - fstype, - int, - options) - -__LXSYSCALL1(int, unmount, const char*, target) \ No newline at end of file