End the _t nonsense

This commit is contained in:
2026-04-01 09:15:59 +02:00
parent e8a0a36889
commit e9b57f70b1
17 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#include <arch/x86.h>
#include <kernel.h>
struct cpu_status_t* syscall_handler(struct cpu_status_t* regs)
struct cpu_status* syscall_handler(struct cpu_status* regs)
{
DEBUG("Syscall %lx with argument %lx", regs->rdi, regs->rsi);