From 217d216516ebb7426ee5ab903358e1a2623f8700 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 23 May 2022 20:07:00 +0300 Subject: rename sys_switch to sys_swap --- include/apos/uapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/apos/uapi.h') diff --git a/include/apos/uapi.h b/include/apos/uapi.h index d33a855..dc20187 100644 --- a/include/apos/uapi.h +++ b/include/apos/uapi.h @@ -108,7 +108,7 @@ SYSCALL_DECLARE(create); SYSCALL_DECLARE(fork); SYSCALL_DECLARE(exec); SYSCALL_DECLARE(signal); -SYSCALL_DECLARE(switch); +SYSCALL_DECLARE(swap); /* conf */ SYSCALL_DECLARE(conf); -- cgit v1.3