summaryrefslogtreecommitdiff
path: root/user/lib
diff options
context:
space:
mode:
authorIan McFarlane <i.mcfarlane2002@gmail.com>2025-05-02 00:37:08 -0400
committerIan McFarlane <i.mcfarlane2002@gmail.com>2025-05-02 00:37:08 -0400
commit74c2b180769ef14ad42fe666207271bf344b11b9 (patch)
tree1957f4cdccc46b440898032f79350dfb113b19e4 /user/lib
parentfmt (diff)
downloadcomus-74c2b180769ef14ad42fe666207271bf344b11b9.tar.gz
comus-74c2b180769ef14ad42fe666207271bf344b11b9.tar.bz2
comus-74c2b180769ef14ad42fe666207271bf344b11b9.zip
Add allocshared() and popsharedmem() syscalls
Diffstat (limited to 'user/lib')
-rw-r--r--user/lib/syscall.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/user/lib/syscall.S b/user/lib/syscall.S
index 2ba4dc0..9e050bc 100644
--- a/user/lib/syscall.S
+++ b/user/lib/syscall.S
@@ -27,3 +27,5 @@ SYSCALL sbrk SYS_sbrk
SYSCALL poweroff SYS_poweroff
SYSCALL drm SYS_drm
SYSCALL ticks SYS_ticks
+SYSCALL allocshared SYS_allocshared
+SYSCALL popsharedmem SYS_popsharedmem