refactor: clean up the virtual memory mappings
[lunaix-os.git] / lunaix-os / includes / lunaix / lunistd.h
index cb5af35db5fb79efc01ac4727059fb23b1b4feb2..d9644289087005b811496b2adf08048da86a37d3 100644 (file)
@@ -55,4 +55,6 @@ __LXSYSCALL1(int, fchdir, int, fd)
 
 __LXSYSCALL2(char*, getcwd, char*, buf, size_t, size)
 
+__LXSYSCALL2(int, rename, const char*, oldpath, const char*, newpath)
+
 #endif /* __LUNAIX_UNISTD_H */