]> git.ipfire.org Git - thirdparty/kmod.git/commit
build: remove finit_module() check
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 22 Aug 2024 16:04:21 +0000 (17:04 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 23 Aug 2024 18:51:19 +0000 (13:51 -0500)
commitc296cc184258bea384c11f0a7d21f2fbb9d6f473
tree9f38d97e3f2b4335f927617c030619d412a80990
parente48e07fd4c5e09fa7acaed37d9d66a259f790426
build: remove finit_module() check

For over 10 years, init_module(2) has been pretty clear - glibc does not
provide a wrapper for the function. AFAICT musl never provided one
either.

Remove the always failing check.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/86
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
configure.ac