aboutsummaryrefslogtreecommitdiff
path: root/rmmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'rmmod.c')
-rw-r--r--rmmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rmmod.c b/rmmod.c
index 650a5b04f..6b15b48bb 100644
--- a/rmmod.c
+++ b/rmmod.c
@@ -29,7 +29,7 @@
/* And the system call of the day is... */
-extern int delete_module (const char * __name);
+_syscall1(int, delete_module, const char *, name)
static const char rmmod_usage[] =