| ... | @@ -677,8 +677,6 @@ pub fn write(fd: c_int, buf: []const u8) errno.Error!usize { | ... | @@ -677,8 +677,6 @@ pub fn write(fd: c_int, buf: []const u8) errno.Error!usize { |
| 677 | // set_tid_address | 677 | // set_tid_address |
| 678 | // pid_t syscall(SYS_set_tid_address, int *tidptr); | 678 | // pid_t syscall(SYS_set_tid_address, int *tidptr); |
| 679 | | 679 | |
| 680 | // restart_syscall | | |
| 681 | | | |
| 682 | // semtimedop | 680 | // semtimedop |
| 683 | // int semtimedop(int semid, struct sembuf *sops, size_t nsops, const struct timespec *_Nullable timeout); | 681 | // int semtimedop(int semid, struct sembuf *sops, size_t nsops, const struct timespec *_Nullable timeout); |
| 684 | | 682 | |