summaryrefslogtreecommitdiff
path: root/Kernel/API/Syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/API/Syscall.h')
-rw-r--r--Kernel/API/Syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/API/Syscall.h b/Kernel/API/Syscall.h
index 4c873e2688..88aa5a1313 100644
--- a/Kernel/API/Syscall.h
+++ b/Kernel/API/Syscall.h
@@ -244,7 +244,7 @@ struct SC_mmap_params {
int32_t prot;
int32_t flags;
int32_t fd;
- ssize_t offset;
+ int64_t offset;
StringArgument name;
};