Author :
Guillem Jover
Date :
2022-10-05 02:05:46
Hash :2f9eddc2 Message :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.