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);