Edit

kc3-lang/libbsd/include/bsd/sys

Branch :

  • Show log

    Commit

  • Author : Guillem Jover
    Date : 2024-11-02 23:14:11
    Hash : abe3c8c3
    Message : 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