Skip to content
Snippets Groups Projects
  • Luca Pizzamiglio's avatar
    96ea9c99
    Add support for FreeBSD CURRENT (aka freebsd13) · 96ea9c99
    Luca Pizzamiglio authored
    Currently, libc supports and detects freebsd11 and freebsd13
    Unknown versions, like freebsd13, is treated as freebsd11.
    This patch solve the issues, detecting freebsd13 and treating it like
    freebsd12.
    Inverting the logic not(freebsd12) -> freebsd11 where possible
    96ea9c99
    History
    Add support for FreeBSD CURRENT (aka freebsd13)
    Luca Pizzamiglio authored
    Currently, libc supports and detects freebsd11 and freebsd13
    Unknown versions, like freebsd13, is treated as freebsd11.
    This patch solve the issues, detecting freebsd13 and treating it like
    freebsd12.
    Inverting the logic not(freebsd12) -> freebsd11 where possible