Skip to content
Commit f0f85d8d authored by Jonas Danielsson's avatar Jonas Danielsson
Browse files

Use __GLIBC__ when checking for GLIBC only feature

The __GNUC__ macro is used to checking for gcc compatible compilers.
We should instead use __GLIBC__ to check for GLIBC only features.

This also adds the guard to the test, since it uses LC_ADDRESS.

https://bugzilla.gnome.org/show_bug.cgi?id=742957
parent 005075f6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment