summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/delete_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/delete_module.c')
-rw-r--r--libc/sysdeps/linux/common/delete_module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/delete_module.c b/libc/sysdeps/linux/common/delete_module.c
index 96f5ab492..66a1610d3 100644
--- a/libc/sysdeps/linux/common/delete_module.c
+++ b/libc/sysdeps/linux/common/delete_module.c
@@ -7,6 +7,7 @@
*/
#include "syscalls.h"
+int delete_module(const char *name);
#ifdef __NR_delete_module
_syscall1(int, delete_module, const char *, name);
#else