aboutsummaryrefslogtreecommitdiff
path: root/common/uapi/proc.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-05-05 23:19:42 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-05-05 23:19:42 +0300
commit5fb1af3ab12880331fb1e2150aa23b1278e60ddd (patch)
tree3e905ee027369f01611edbc1b1a1a00e9a30dc41 /common/uapi/proc.c
parent9273c16434316a8ab60dc78ee65a03e68031203a (diff)
downloadkmi-5fb1af3ab12880331fb1e2150aa23b1278e60ddd.tar.gz
kmi-5fb1af3ab12880331fb1e2150aa23b1278e60ddd.zip
riscv64 boots with clang (sort of)
Diffstat (limited to 'common/uapi/proc.c')
-rw-r--r--common/uapi/proc.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/common/uapi/proc.c b/common/uapi/proc.c
index 7c0a69d..a5ce839 100644
--- a/common/uapi/proc.c
+++ b/common/uapi/proc.c
@@ -34,11 +34,3 @@ SYSCALL_DEFINE1(switch)(vm_t pid)
/* TODO: switch to process */
return 0;
}
-
-SYSCALL_DEFINE2(sync)(vm_t buf, vm_t size)
-{
- /* check that only the process manager can use this syscall, otherwise
- * just dump process info into the buffer (I guess, not sure if this
- * will be quite required */
- return 0;
-}