ldso/dl-vdso: avoid compiler warning if configured without vdso
commit6271f8e869a4369b3bbcdd8a58ccce876eeae49b
authorMarcus Haehnel <marcus.haehnel@kernkonzept.com>
Tue, 9 Jul 2024 07:36:33 +0000 (9 09:36 +0200)
committerWaldemar Brodkorb <wbx@openadk.org>
Tue, 9 Jul 2024 07:53:20 +0000 (9 09:53 +0200)
treec2f1e7fdae9c1f2277e9dfa9d1954b0a51b12e6c
parent1bd6b407597272c2f5d7ebe26442f9aee49edee5
ldso/dl-vdso: avoid compiler warning if configured without vdso

The parameters are not used in the function variant without vdso
support, so tell this to the compiler to avoid a warning. Also fix the
indentation to be in-line with other functions in the file.

Signed-off-by: Marcus Haehnel <marcus.haehnel@kernkonzept.com>
ldso/ldso/dl-vdso.c