diff options
Diffstat (limited to 'src/userspace/libc/syscall.c')
-rw-r--r-- | src/userspace/libc/syscall.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/userspace/libc/syscall.c b/src/userspace/libc/syscall.c index 42786d4..9194eef 100644 --- a/src/userspace/libc/syscall.c +++ b/src/userspace/libc/syscall.c @@ -14,3 +14,5 @@ DEFN_SYSCALL0(getch, 3); DEFN_SYSCALL1(malloc, 4, u32); DEFN_SYSCALL1(free, 5, u32); + +DEFN_SYSCALL0(pointers, 6);
\ No newline at end of file |