feat: symlink(2) and realpathat syscall
[lunaix-os.git] / lunaix-os / includes / lunaix / lunistd.h
index 472f638d8eac77c05417688b75f24c6fad173dae..556f239c695c67f0dfd6b536a90b38cc5a924c53 100644 (file)
@@ -47,4 +47,6 @@ __LXSYSCALL1(int, dup, int, oldfd)
 
 __LXSYSCALL1(int, fsync, int, fildes)
 
+__LXSYSCALL2(int, symlink, const char*, pathname, const char*, link_target)
+
 #endif /* __LUNAIX_UNISTD_H */