commit 8bbf72c9b2393d55b8aaceffc79ac0695ca81248 Author: Jonas Danielsson Date: Mon Apr 11 20:05:51 2016 +0200 Release 3.20.1 NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) commit 3ce317a218c255b8a8025f8f2a6010ce500dc0ee Author: Anthony G. Basile Date: Tue Mar 22 09:48:00 2016 +0000 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 geocode-glib/geocode-glib.c | 4 ++-- geocode-glib/test-gcglib.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)