From c5ce4978958762849083143d1fcbe694b44b5c51 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 28 May 2022 12:38:15 +0300 Subject: add sys_fwd and remove sys_req_* --- include/apos/uapi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/apos/uapi.h') diff --git a/include/apos/uapi.h b/include/apos/uapi.h index dc20187..9304da7 100644 --- a/include/apos/uapi.h +++ b/include/apos/uapi.h @@ -99,8 +99,8 @@ SYSCALL_DECLARE(free_timer); /* ipc */ SYSCALL_DECLARE(ipc_server); -SYSCALL_DECLARE(ipc_req_proc); -SYSCALL_DECLARE(ipc_req_thread); +SYSCALL_DECLARE(ipc_req); +SYSCALL_DECLARE(ipc_fwd); SYSCALL_DECLARE(ipc_resp); /* proc */ -- cgit v1.3