authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-04-20 16:22:06 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-04-20 16:22:06 -07:00
log0fcaa4555d9099b536e43cc7070399433d52991a
tree68eb91d7b40630318a06bca241b4fce38ce7ed0a
parent1ba3539deaae8fe68b28e93dc533ef2d6653a9ad

remove not_implemented ones


1 files changed, 0 insertions(+), 8 deletions(-)

mod.zig-8
...@@ -649,10 +649,6 @@ pub fn write(fd: c_int, buf: []const u8) errno.Error!usize {...@@ -649,10 +649,6 @@ pub fn write(fd: c_int, buf: []const u8) errno.Error!usize {
649// int syscall(SYS_pivot_root, const char *new_root, const char *put_old);649// int syscall(SYS_pivot_root, const char *new_root, const char *put_old);
650// asmlinkage long sys_pivot_root(const char __user *new_root, const char __user *put_old);650// asmlinkage long sys_pivot_root(const char __user *new_root, const char __user *put_old);
651651
652// _sysctl
653// [[deprecated]] int _sysctl(struct __sysctl_args *args);
654// asmlinkage long sys_ni_syscall(void);
655
656// prctl652// prctl
657// int prctl(int op, ... /* unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5 */ );653// int prctl(int op, ... /* unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5 */ );
658// asmlinkage long sys_prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5);654// asmlinkage long sys_prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5);
...@@ -713,10 +709,6 @@ pub fn write(fd: c_int, buf: []const u8) errno.Error!usize {...@@ -713,10 +709,6 @@ pub fn write(fd: c_int, buf: []const u8) errno.Error!usize {
713// int setdomainname(const char *name, size_t len);709// int setdomainname(const char *name, size_t len);
714// asmlinkage long sys_setdomainname(char __user *name, int len);710// asmlinkage long sys_setdomainname(char __user *name, int len);
715711
716// iopl
717// [[deprecated]] int iopl(int level);
718// asmlinkage long sys_ni_syscall(void);
719
720// ioperm712// ioperm
721// int ioperm(unsigned long from, unsigned long num, int turn_on);713// int ioperm(unsigned long from, unsigned long num, int turn_on);
722// asmlinkage long sys_ioperm(unsigned long from, unsigned long num, int on);714// asmlinkage long sys_ioperm(unsigned long from, unsigned long num, int on);