diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-23 20:07:00 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-23 20:07:00 +0300 |
| commit | 217d216516ebb7426ee5ab903358e1a2623f8700 (patch) | |
| tree | 667fecd542808bfa150efdc9aead825bc48f1188 /include/apos/uapi.h | |
| parent | a99f70d8d7d6f771f4450ac8a12dd963bfe5fb08 (diff) | |
| download | kmi-217d216516ebb7426ee5ab903358e1a2623f8700.tar.gz kmi-217d216516ebb7426ee5ab903358e1a2623f8700.zip | |
rename sys_switch to sys_swap
Diffstat (limited to 'include/apos/uapi.h')
| -rw-r--r-- | include/apos/uapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
