summaryrefslogtreecommitdiff
path: root/user/lib/syscall.S
diff options
context:
space:
mode:
authorIan McFarlane <i.mcfarlane2002@gmail.com>2025-05-02 02:30:43 -0400
committerIan McFarlane <i.mcfarlane2002@gmail.com>2025-05-02 02:30:43 -0400
commit7887fb739daa278ee92db79d0192fadec8262049 (patch)
tree11fc944de71bfa53939d8327197eea917e7bd872 /user/lib/syscall.S
parentAdd allocshared() and popsharedmem() syscalls (diff)
downloadcomus-7887fb739daa278ee92db79d0192fadec8262049.tar.gz
comus-7887fb739daa278ee92db79d0192fadec8262049.tar.bz2
comus-7887fb739daa278ee92db79d0192fadec8262049.zip
added keypoll syscall and synchronization for forkman
Diffstat (limited to 'user/lib/syscall.S')
-rw-r--r--user/lib/syscall.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/lib/syscall.S b/user/lib/syscall.S
index 9e050bc..93b7daa 100644
--- a/user/lib/syscall.S
+++ b/user/lib/syscall.S
@@ -29,3 +29,4 @@ SYSCALL drm SYS_drm
SYSCALL ticks SYS_ticks
SYSCALL allocshared SYS_allocshared
SYSCALL popsharedmem SYS_popsharedmem
+SYSCALL keypoll SYS_keypoll