Skip to content
  • Guillem Jover's avatar
    Handle systems missing <sys/cdefs.h> · 11ec8f1e
    Guillem Jover authored
    This is a non-portable header, and we cannot expect it to be provided by
    the system libc (e.g. musl). We just need and rely on declaration that
    we have defined ourselves in our own <bsd/sys/cdefs.h>. So we switch to
    only ever assume that.
    
    Fixes: https://bugs.freedesktop.org/105281
    11ec8f1e