aboutsummaryrefslogtreecommitdiffstats
path: root/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount.c')
-rw-r--r--mount.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mount.c b/mount.c
index f6c8f758..7b30b371 100644
--- a/mount.c
+++ b/mount.c
@@ -32,8 +32,7 @@
#include "xlat/mount_flags.h"
-int
-sys_mount(struct tcb *tcp)
+SYS_FUNC(mount)
{
if (entering(tcp)) {
int ignore_type = 0, ignore_data = 0;