commit | 55112d19f7067dff89b1481d5bd8cc49139c4ecb | [log] [tgz] |
---|---|---|
author | Lucas De Marchi <[email protected]> | Tue Apr 09 04:16:57 2013 -0300 |
committer | Lucas De Marchi <[email protected]> | Tue Apr 09 04:38:27 2013 -0300 |
tree | 3e9ba480cbc0c22d4773d9e71a365ac403b1180d | |
parent | 1407064e730732dd20952671077007dd4133f7db [diff] |
libkmod: Move finit_module() definition to missing.h Check for finit_module() and don't use our own static inline function if there's such function in libc (or another lib). In testsuite we need to unconditionally define HAVE_FINIT_MODULE because we want to override this function, and never use the static inline one in missing.h