summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-09-25 01:21:34 +0000
committerMike Frysinger <vapier@gentoo.org>2008-09-25 01:21:34 +0000
commit3898083f5b4276ed4a2c4803d633962b6a0f9325 (patch)
tree9520a1979f6a9f51bba63fe0a8cf1407a2f7399d /libc
parent9f2b28a508ac2789e2f778c7bb20a6759bbab8f1 (diff)
delete/init module functions are not 2.4 specific
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/common/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/Makefile.in b/libc/sysdeps/linux/common/Makefile.in
index c55f0fe49..d9c3116e9 100644
--- a/libc/sysdeps/linux/common/Makefile.in
+++ b/libc/sysdeps/linux/common/Makefile.in
@@ -25,8 +25,7 @@ CSRC := $(filter-out ssp.c,$(CSRC))
endif
ifneq ($(UCLIBC_LINUX_MODULE_24),y)
-CSRC := $(filter-out create_module.c delete_module.c init_module.c \
- query_module.c get_kernel_syms.c,$(CSRC))
+CSRC := $(filter-out create_module.c query_module.c get_kernel_syms.c,$(CSRC))
endif
ifneq ($(UCLIBC_LINUX_SPECIFIC),y)