From f46ab8ca2050ee77edf6e6b979875426bdaf29dc Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Wed, 13 Mar 2024 09:58:22 -0400 Subject: fix incorrect tss rsp assignment --- usr/syscall.h | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/syscall.h') diff --git a/usr/syscall.h b/usr/syscall.h index 49beb85..fe7843c 100644 --- a/usr/syscall.h +++ b/usr/syscall.h @@ -6,5 +6,6 @@ typedef int (*syscall_handler_t)(syscall_t*); int _syscall_handler_log(struct syscall_log *req); +intmax_t _syscall_handler_tid(syscall_t *req); #endif -- cgit v1.2.1