diff options
author | Marvin Borner | 2020-04-29 13:19:32 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-29 13:19:32 +0200 |
commit | 4f3c75d23188bd480739d6d1514543c95cfe3399 (patch) | |
tree | d7306d1e5496becadee6514e3e50bdfc2e37f3e0 /src/userspace/libc/syscall.h | |
parent | 50858d043cbd6f61cc091c6772f981ca2d6cca6b (diff) |
Started libgui implementation
Diffstat (limited to 'src/userspace/libc/syscall.h')
-rw-r--r-- | src/userspace/libc/syscall.h | 4 |
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 |