• Show log

    Commit

  • Hash : abe3c8c3
    Author : Guillem Jover
    Date : 2024-11-02T23:14:11

    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