aboutsummaryrefslogtreecommitdiffstats
path: root/utime.c
diff options
context:
space:
mode:
Diffstat (limited to 'utime.c')
-rw-r--r--utime.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/utime.c b/utime.c
index ba253567..af286a43 100644
--- a/utime.c
+++ b/utime.c
@@ -1,7 +1,6 @@
#include "defs.h"
-int
-sys_utime(struct tcb *tcp)
+SYS_FUNC(utime)
{
union {
long utl[2];