diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-12-27 09:24:24 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-28 18:25:38 +0100 |
commit | 03884934b32c79da545ef38a42835a6c257b125d (patch) | |
tree | 37e4308ea331d65b0be59927018b91f37bae3458 /libc/sysdeps/linux/common/Makefile.in | |
parent | 6cfe578d49ab6638be8a7448ccc3b9d8de4a247b (diff) |
add init_module/delete_module syscall wrappers
Add the wrappers unconditionally, because kmod package
still uses them.
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile.in')
-rw-r--r-- | libc/sysdeps/linux/common/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |