Browse Source

delete/init module functions are not 2.4 specific

Mike Frysinger 16 năm trước cách đây
mục cha
commit
3898083f5b
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      libc/sysdeps/linux/common/Makefile.in

+ 1 - 2
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)