From dea38766c21d59adfb5945193fc481d2c3597dbb Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 19 Apr 2025 15:33:44 -0700 Subject: [PATCH] unimplemented and only return ENOSYS --- mod.zig | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/mod.zig b/mod.zig index faac6344f3e0e97310aac0362493449234f40dca..526a92d8d593824e7e60ae503af5895676fd3cf1 100644 --- a/mod.zig +++ b/mod.zig @@ -570,16 +570,6 @@ pub fn write(fd: c_int, buf: []const u8) errno.Error!usize { // nfsservctl // long nfsservctl(int cmd, struct nfsctl_arg *argp, union nfsctl_res *resp); -// getpmsg - -// putpmsg - -// afs_syscall - -// tuxcall - -// security - // gettid // pid_t gettid(void); @@ -724,8 +714,6 @@ pub fn write(fd: c_int, buf: []const u8) errno.Error!usize { // utimes // int utimes(const char *filename, const struct timeval times[_Nullable 2]); -// vserver - // mbind // long mbind(void addr[.len], unsigned long len, int mode, const unsigned long nodemask[(.maxnode + ULONG_WIDTH - 1) / ULONG_WIDTH], unsigned long maxnode, unsigned int flags); -- 2.54.0