Searched hist:afe9017901761d04a106916e02619caf0d2afbf5 (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/ |
H A D | ver_linux | diff afe9017901761d04a106916e02619caf0d2afbf5 Fri Jan 08 12:26:26 CET 2021 Alexander Kapshuk <alexander.kapshuk@gmail.com> ver_linux: Eliminate duplicate code in ldconfig processing logic
The code that acquires the version strings for libc and libcpp is identical, as is the printversion call. The only difference being the name of the library being printed.
Refactor the code by unifying the bits that are common to both libraries.
Signed-off-by: Alexander Kapshuk <alexander.kapshuk@gmail.com> Link: https://lore.kernel.org/r/20210108112626.8623-1-alexander.kapshuk@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|