aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/libc/syscall.c
diff options
context:
space:
mode:
authorMarvin Borner2020-04-29 13:19:32 +0200
committerMarvin Borner2020-04-29 13:19:32 +0200
commit4f3c75d23188bd480739d6d1514543c95cfe3399 (patch)
treed7306d1e5496becadee6514e3e50bdfc2e37f3e0 /src/userspace/libc/syscall.c
parent50858d043cbd6f61cc091c6772f981ca2d6cca6b (diff)
Started libgui implementation
Diffstat (limited to 'src/userspace/libc/syscall.c')
-rw-r--r--src/userspace/libc/syscall.c2
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