From 4f3c75d23188bd480739d6d1514543c95cfe3399 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 29 Apr 2020 13:19:32 +0200 Subject: Started libgui implementation --- src/userspace/libc/syscall.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/userspace/libc/syscall.h') 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 -- cgit v1.2.3