Commit 2f9eddc277187e25167331ae3bde4a491fd87fa2

Guillem Jover 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.