Skip to content
Commit 3ce317a2 authored by Anthony G. Basile's avatar Anthony G. Basile Committed by Jonas Danielsson
Browse files

Use __UCLIBC__ when checking for GLIBC features

Commit f0f85d8d introduces __GLIBC__ to check for glibc only features.
However this is not sufficient for uClibc because it shares code with
glibc.  To select for features in glibc but not uClibc, we need
defined(__GLIBC__) && !defined(__UCLIBC__).

https://bugzilla.gnome.org/show_bug.cgi?id=764021
parent 2ac76206
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