aboutsummaryrefslogtreecommitdiff
path: root/include/apos/uapi.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-05-21 21:23:12 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-05-21 21:23:12 +0300
commita4851206bef5ceecef18b3fde5be6918a67cca21 (patch)
tree6d9a817a8e59687ef4e45388d310b9beda2ba335 /include/apos/uapi.h
parent8da0171e5ca3492cdb34422184a1c96acd0b5165 (diff)
downloadkmi-a4851206bef5ceecef18b3fde5be6918a67cca21.tar.gz
kmi-a4851206bef5ceecef18b3fde5be6918a67cca21.zip
add create syscall for threads
Diffstat (limited to 'include/apos/uapi.h')
-rw-r--r--include/apos/uapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apos/uapi.h b/include/apos/uapi.h
index ff3f4d0..a3b54d5 100644
--- a/include/apos/uapi.h
+++ b/include/apos/uapi.h
@@ -98,6 +98,7 @@ SYSCALL_DECLARE(ipc_req);
SYSCALL_DECLARE(ipc_resp);
/* proc */
+SYSCALL_DECLARE(create);
SYSCALL_DECLARE(fork);
SYSCALL_DECLARE(exec);
SYSCALL_DECLARE(signal);