aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/libc/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/userspace/libc/syscall.h')
-rw-r--r--src/userspace/libc/syscall.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/userspace/libc/syscall.h b/src/userspace/libc/syscall.h
index 394118c..90ebee5 100644
--- a/src/userspace/libc/syscall.h
+++ b/src/userspace/libc/syscall.h
@@ -80,4 +80,6 @@ DECL_SYSCALL1(malloc, u32);
DECL_SYSCALL1(free, u32);
-#endif
+DECL_SYSCALL0(pointers);
+
+#endif \ No newline at end of file