]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: Add a new libbsd_strong_alias() macro and switch users to it
authorGuillem Jover <guillem@hadrons.org>
Sun, 2 Apr 2023 20:33:25 +0000 (22:33 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 17 Apr 2023 02:12:42 +0000 (04:12 +0200)
commite0976d7e909382fa4924879f3bdfd9ee1b4549a3
treebb44fae22f0defbe0876ae1f52b0e69d96b56d97
parent49c7dd1ca487e71cfb3c324fe76562424213b4bc
build: Add a new libbsd_strong_alias() macro and switch users to it

We had several cases of code needing a strong alias, so we switch those
to use the new macro. This covers systems that support the alias
attribute and others such as macOS where we need to use assembler
directives to add the alias as the attribute is not supported.
src/local-link.h
src/setproctitle.c