authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-04-20 02:24:53 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-04-20 02:24:53 -07:00
log62e135f2d06d249255ad8c387ca9f8fcae1a2e7c
tree23514195dbbcdfd41d437fb72dcd7ca26046b485
parentc8e058eeefe1993cca74dcbe3c23088ec1da3cdc

progress


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

mod.zig+2
...@@ -658,6 +658,8 @@ pub fn write(fd: c_int, buf: []const u8) errno.Error!usize {...@@ -658,6 +658,8 @@ pub fn write(fd: c_int, buf: []const u8) errno.Error!usize {
658// asmlinkage long sys_prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5);658// asmlinkage long sys_prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5);
659659
660// arch_prctl660// arch_prctl
661//
662// asmlinkage long sys_arch_prctl(int option, unsigned long arg2)
661663
662// adjtimex664// adjtimex
663// int adjtimex(struct timex *buf);665// int adjtimex(struct timex *buf);