| ... | @@ -570,16 +570,6 @@ pub fn write(fd: c_int, buf: []const u8) errno.Error!usize { | ... | @@ -570,16 +570,6 @@ pub fn write(fd: c_int, buf: []const u8) errno.Error!usize { |
| 570 | // nfsservctl | 570 | // nfsservctl |
| 571 | // long nfsservctl(int cmd, struct nfsctl_arg *argp, union nfsctl_res *resp); | 571 | // long nfsservctl(int cmd, struct nfsctl_arg *argp, union nfsctl_res *resp); |
| 572 | | 572 | |
| 573 | // getpmsg | | |
| 574 | | | |
| 575 | // putpmsg | | |
| 576 | | | |
| 577 | // afs_syscall | | |
| 578 | | | |
| 579 | // tuxcall | | |
| 580 | | | |
| 581 | // security | | |
| 582 | | | |
| 583 | // gettid | 573 | // gettid |
| 584 | // pid_t gettid(void); | 574 | // pid_t gettid(void); |
| 585 | | 575 | |
| ... | @@ -724,8 +714,6 @@ pub fn write(fd: c_int, buf: []const u8) errno.Error!usize { | ... | @@ -724,8 +714,6 @@ pub fn write(fd: c_int, buf: []const u8) errno.Error!usize { |
| 724 | // utimes | 714 | // utimes |
| 725 | // int utimes(const char *filename, const struct timeval times[_Nullable 2]); | 715 | // int utimes(const char *filename, const struct timeval times[_Nullable 2]); |
| 726 | | 716 | |
| 727 | // vserver | | |
| 728 | | | |
| 729 | // mbind | 717 | // mbind |
| 730 | // 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); | 718 | // 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); |
| 731 | | 719 | |