• Show log

    Commit

  • Hash : 2f9eddc2
    Author : Guillem Jover
    Date : 2022-10-05T02:05:46

    include: Simplify glibc version dependent macro handling
    
    We test once whether __GLIBC__ is not defined, so we do not need to test
    whether it is on the OR branch afterwards. We decouple the glibc version
    restriction check from the _*_SOURCE variable, as that contains an
    implicit opposite version check.