authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-04-19 15:33:44 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-04-19 15:33:44 -07:00
logdea38766c21d59adfb5945193fc481d2c3597dbb
treefb07b20dfa46e1a856ffa85d6cef8bd27f748285
parent6157b9a023ba23634a1d08bdb71ef59128fdb7ba

unimplemented and only return ENOSYS


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

mod.zig-12
......@@ -570,16 +570,6 @@ pub fn write(fd: c_int, buf: []const u8) errno.Error!usize {
570570// nfsservctl
571571// long nfsservctl(int cmd, struct nfsctl_arg *argp, union nfsctl_res *resp);
572572
573// getpmsg
574
575// putpmsg
576
577// afs_syscall
578
579// tuxcall
580
581// security
582
583573// gettid
584574// pid_t gettid(void);
585575
......@@ -724,8 +714,6 @@ pub fn write(fd: c_int, buf: []const u8) errno.Error!usize {
724714// utimes
725715// int utimes(const char *filename, const struct timeval times[_Nullable 2]);
726716
727// vserver
728
729717// mbind
730718// 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);
731719