From 0fcaa4555d9099b536e43cc7070399433d52991a Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sun, 20 Apr 2025 16:22:06 -0700 Subject: [PATCH] remove not_implemented ones --- mod.zig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mod.zig b/mod.zig index 927355ec8d3f971f88886196432d13949db5e92c..634a01b403597d592a2ad79664b086a81caab126 100644 --- a/mod.zig +++ b/mod.zig @@ -649,10 +649,6 @@ pub fn write(fd: c_int, buf: []const u8) errno.Error!usize { // int syscall(SYS_pivot_root, const char *new_root, const char *put_old); // asmlinkage long sys_pivot_root(const char __user *new_root, const char __user *put_old); -// _sysctl -// [[deprecated]] int _sysctl(struct __sysctl_args *args); -// asmlinkage long sys_ni_syscall(void); - // prctl // int prctl(int op, ... /* unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5 */ ); // 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 { // int setdomainname(const char *name, size_t len); // asmlinkage long sys_setdomainname(char __user *name, int len); -// iopl -// [[deprecated]] int iopl(int level); -// asmlinkage long sys_ni_syscall(void); - // ioperm // int ioperm(unsigned long from, unsigned long num, int turn_on); // asmlinkage long sys_ioperm(unsigned long from, unsigned long num, int on); -- 2.54.0