From 03884934b32c79da545ef38a42835a6c257b125d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 27 Dec 2016 09:24:24 +0100 Subject: add init_module/delete_module syscall wrappers Add the wrappers unconditionally, because kmod package still uses them. --- libc/sysdeps/linux/common/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/common/Makefile.in') diff --git a/libc/sysdeps/linux/common/Makefile.in b/libc/sysdeps/linux/common/Makefile.in index 595074cd9..faed6fd5d 100644 --- a/libc/sysdeps/linux/common/Makefile.in +++ b/libc/sysdeps/linux/common/Makefile.in @@ -31,6 +31,7 @@ CSRC-$(UCLIBC_LINUX_SPECIFIC) += \ ioperm.c \ iopl.c \ modify_ldt.c \ + module.c \ personality.c \ pipe2.c \ ppoll.c \ -- cgit v1.2.3