diff options
author | Ian McFarlane <i.mcfarlane2002@gmail.com> | 2025-05-02 00:37:08 -0400 |
---|---|---|
committer | Ian McFarlane <i.mcfarlane2002@gmail.com> | 2025-05-02 00:37:08 -0400 |
commit | 74c2b180769ef14ad42fe666207271bf344b11b9 (patch) | |
tree | 1957f4cdccc46b440898032f79350dfb113b19e4 /user/lib | |
parent | fmt (diff) | |
download | comus-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.S | 2 |
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 |