]> git.ipfire.org Git - people/ms/libloc.git/commit
libloc: Drop loc_database_add_as symbol definition master
authorValters Jansons <valter.jansons@gmail.com>
Sun, 12 Jul 2026 09:12:29 +0000 (18:12 +0900)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 12 Jul 2026 10:36:19 +0000 (10:36 +0000)
commit87110d38f6a3232017144ed82445c2e4ab6fe476
tree1c587f8e3a7e23e12a5346ba129fdd5c903dcfa9
parent310a8a42eded1f0a06eff9adee1637ce60d9a5ae
libloc: Drop loc_database_add_as symbol definition

This database_add_as function was superseded by writer_add_as back
in c182393, however the `libloc.sym` file was never updated. This
commit cleans up the exported functions list.

On GNU's ld, this stray function definition gets ignored, but other
linkers could refuse to link (such as LLD 16+), as they would assume
a misconfiguration has taken place.

Signed-off-by: Valters Jansons <valter.jansons@gmail.com>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libloc.sym