authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-04-19 15:32:42 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-04-19 15:32:42 -07:00
log6157b9a023ba23634a1d08bdb71ef59128fdb7ba
tree6d7a26ac2b9c8308d3c0c1f301677caf653f6415
parent83930bdb867d473ed374394e824205c2a3fd1647

only meant to be called inside the kernel


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

mod.zig-2
......@@ -677,8 +677,6 @@ pub fn write(fd: c_int, buf: []const u8) errno.Error!usize {
677677// set_tid_address
678678// pid_t syscall(SYS_set_tid_address, int *tidptr);
679679
680// restart_syscall
681
682680// semtimedop
683681// int semtimedop(int semid, struct sembuf *sops, size_t nsops, const struct timespec *_Nullable timeout);
684682