the beginnings of a proper man page for busybox.
[oweals/busybox.git] / rmmod.c
diff --git a/rmmod.c b/rmmod.c
index 650a5b04f996d2ef1baa8caf6d5352929a9e3e09..6b15b48bbe0323e98d6f5aca2667d1e018e386d7 100644 (file)
--- 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[] =