ldso: Remove unneeded semicolons.
commit242023ce7d219369503fc033e862bad6a6e4c52a
authorDmitry Chestnykh <dm.chestnykh@gmail.com>
Thu, 22 Feb 2024 18:59:07 +0000 (22 21:59 +0300)
committerWaldemar Brodkorb <wbx@openadk.org>
Sun, 25 Feb 2024 10:29:43 +0000 (25 11:29 +0100)
tree7b910973ff2e575a9142e587fe58b03820e51a29
parent852836ae660ff92cc7c750b4c39c78d161fb10b5
ldso: Remove unneeded semicolons.

We use semicolons in the place of
`DL_RELOCATE_RELR()` and `DL_DO_RELOCATE_RELR()` 'calling'
so the semicolon in the macro definition leads to
semicolon duplication after preprocessing.

Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com>
ldso/include/dl-elf.h