aboutsummaryrefslogtreecommitdiff
path: root/common/uapi/proc.c
diff options
context:
space:
mode:
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;
-}