]> git.ipfire.org Git - thirdparty/libbsd.git/commit
include: Switch from __unused to new LIBBSD_UNUSED
authorGuillem Jover <guillem@hadrons.org>
Sat, 2 Nov 2024 22:14:11 +0000 (23:14 +0100)
committerGuillem Jover <guillem@hadrons.org>
Sat, 26 Jul 2025 10:26:01 +0000 (12:26 +0200)
commitabe3c8c33289e15e235aff120399ede316270a52
tree355ac5388d6a124e1384281b89eff80bd6274698
parent1d711a2ced0d087ad1a7da23499c7ded4b4903db
include: Switch from __unused to new LIBBSD_UNUSED

Because we do not define __unused, as on GNU systems Linux and glibc
providing conflicting symbols, declarations for imported functions that
use that attribute cause build failures when used.

Ref: https://bugs.debian.org/1083196
Fixes: #34
include/bsd/sys/tree.h