aboutsummaryrefslogtreecommitdiffstats
path: root/process_vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'process_vm.c')
-rw-r--r--process_vm.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/process_vm.c b/process_vm.c
index 02058a5d..310223eb 100644
--- a/process_vm.c
+++ b/process_vm.c
@@ -1,7 +1,6 @@
#include "defs.h"
-int
-sys_process_vm_readv(struct tcb *tcp)
+SYS_FUNC(process_vm_readv)
{
if (entering(tcp)) {
/* arg 1: pid */
@@ -28,8 +27,7 @@ sys_process_vm_readv(struct tcb *tcp)
return 0;
}
-int
-sys_process_vm_writev(struct tcb *tcp)
+SYS_FUNC(process_vm_writev)
{
if (entering(tcp)) {
/* arg 1: pid */