]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite: always use dlsym(RTLD_NEXT, ...)
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 24 May 2025 11:50:15 +0000 (12:50 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Thu, 29 May 2025 22:30:13 +0000 (17:30 -0500)
commited7f71c243f72176db645d94382b6051f326fe7f
tree74cb8dc10c7dc6ba5acfaf9757c97ef5440d4203
parent7c82d0d7d38590b49b7a8cf0dc3272c23b5be807
testsuite: always use dlsym(RTLD_NEXT, ...)

It has been supported by glibc, musl and bionic for years - our
supported platforms.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/355
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
testsuite/init_module.c
testsuite/path.c
testsuite/uname.c