summaryrefslogtreecommitdiffstats
path: root/usr/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/syscall.h')
-rw-r--r--usr/syscall.h1
1 files changed, 1 insertions, 0 deletions
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