syscalls: chroot, fchmodat, fchownat, faccessat
[lunaix-os.git] / lunaix-os / kernel / process / process.c
index e9fab24e0851148c5ff27e3009dbff81e8eb70eb..2a24f50bbb6c9791144cb5376c3471178ba3de2d 100644 (file)
@@ -249,4 +249,4 @@ __DEFINE_LXSYSCALL2(int, getgroups, gid_t*, out_buf, unsigned int, len)
     }
     
     return i + 1;
-}
\ No newline at end of file
+}