Re: [PATCH] testsuite: Fix C99 compatibility issue in lt_dlopen_a.at

2024-01-13 Thread Mike Frysinger
On 10 Jan 2023 10:21, Florian Weimer wrote: > Include for the strcmp function. This improves C99 > compiler compatibility because it avoids an implicit function > declaration. thx bud, merged now -mike signature.asc Description: PGP signature

[PATCH] testsuite: Fix C99 compatibility issue in lt_dlopen_a.at

2023-01-10 Thread Florian Weimer
Include for the strcmp function. This improves C99 compiler compatibility because it avoids an implicit function declaration. --- tests/lt_dlopen_a.at | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lt_dlopen_a.at b/tests/lt_dlopen_a.at index 95f18a0d..d3948738 100644 --- a/tests/lt_d