aboutsummaryrefslogtreecommitdiffstats
path: root/ioprio.c
diff options
context:
space:
mode:
Diffstat (limited to 'ioprio.c')
-rw-r--r--ioprio.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/ioprio.c b/ioprio.c
index 6826e56d..20866dcc 100644
--- a/ioprio.c
+++ b/ioprio.c
@@ -42,8 +42,7 @@ sprint_ioprio(int ioprio)
return outstr;
}
-int
-sys_ioprio_get(struct tcb *tcp)
+SYS_FUNC(ioprio_get)
{
if (entering(tcp)) {
/* int which */
@@ -60,8 +59,7 @@ sys_ioprio_get(struct tcb *tcp)
}
}
-int
-sys_ioprio_set(struct tcb *tcp)
+SYS_FUNC(ioprio_set)
{
if (entering(tcp)) {
/* int which */