X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/847763577fbcc79179722874c81b44ee36108edb..5aa59394dc172b205a0cc80315bc666a254507c0:/lunaix-os/kernel/asm/x86/syscall.S diff --git a/lunaix-os/kernel/asm/x86/syscall.S b/lunaix-os/kernel/asm/x86/syscall.S index 083f5ce..328afbf 100644 --- a/lunaix-os/kernel/asm/x86/syscall.S +++ b/lunaix-os/kernel/asm/x86/syscall.S @@ -39,6 +39,12 @@ .long __lxsys_rmdir .long __lxsys_unlink /* 30 */ .long __lxsys_unlinkat + .long __lxsys_link + .long __lxsys_fsync + .long __lxsys_dup + .long __lxsys_dup2 + .long __lxsys_realpathat + .long __lxsys_symlink 2: .rept __SYSCALL_MAX - (2b - 1b)/4 .long 0